Color Hex Logo

#ddbf43 Color Hex

#DDBF43
(221,191,67)
0 Favorites   0 Comments

Color spaces of #ddbf43

RGB 22119167
HSL0.130.690.56
HSV48°70°87°
CMYK 0.000.140.70   0.13
XYZ49.462753.039012.9408
Yxy53.03900.42850.4594
Hunter Lab72.8279-6.216540.4443
CIE-Lab77.8980-2.556563.5607

#ddbf43 color RGB value is (221,191,67).

#ddbf43 hex color red value is 221, green value is 191 and the blue value of its RGB is 67. Cylindrical-coordinate representations (also known as HSL) of color #ddbf43 hue: 0.13 , saturation: 0.69 and the lightness value of ddbf43 is 0.56.

The process color (four color CMYK) of #ddbf43 color hex is 0.00, 0.14, 0.70, 0.13. Web safe color of #ddbf43 is #cccc33. Color #ddbf43 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 10111111 01000011
Octal 335 277 103
Decimal 221 191 67
Hex DD BF 43

RGB Percentages of Color #ddbf43

%46.14
%39.87
%13.99

CMYK Percentages of Color #ddbf43

%0
%14
%70
%13

Triadic Colors of #ddbf43

#ddbf43 #43ddbf #bf43dd

Analogous Colors of #ddbf43

#ddbf43 #aedd43 #dd7243

Monochromatic Colors of #ddbf43

#ddbf43

Complementary Color

#ddbf43 #4361dd

#ddbf43 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddbf43 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddbf43 Color CSS Codes

.mybgcolor {background-color:#ddbf43; } 
.myforecolor {color:#ddbf43; }
.mybordercolor {border:3px solid #ddbf43; }

#ddbf43 Text Font Color

<p style="color:#ddbf43">Text here</p>

This sample text font color is #ddbf43
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#ddbf43 Background Color

<div style="background-color:#ddbf43">
Div content here</div>

This div background color is #ddbf43


#ddbf43 Border Color

<div style="border:3px solid #ddbf43">
Div here</div>

This div border color is #ddbf43


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(221,191,67, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #ddbf43; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #ddbf43;
  -webkit-box-shadow: 1px 1px 3px 2px #ddbf43;
  box-shadow:         1px 1px 3px 2px #ddbf43; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(221,191,67, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #ddbf43">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #ddbf43;
  -webkit-box-shadow: 1px 1px 3px 2px #ddbf43;
  box-shadow:         1px 1px 3px 2px #ddbf43;">
Div content here</div>

This div box has shadow with color #ddbf43


Comments

No comments written yet.

Please login to write comment.