Color Hex Logo

#ddb008 Color Hex

#DDB008
(221,176,8)
0 Favorites   0 Comments

Color spaces of #ddb008

RGB 2211768
HSL0.130.930.45
HSV47°96°87°
CMYK 0.000.200.96   0.13
XYZ45.388046.44046.8014
Yxy46.44040.46020.4709
Hunter Lab68.1472-0.371441.7856
CIE-Lab73.83043.614775.5247

#ddb008 color RGB value is (221,176,8).

#ddb008 hex color red value is 221, green value is 176 and the blue value of its RGB is 8. Cylindrical-coordinate representations (also known as HSL) of color #ddb008 hue: 0.13 , saturation: 0.93 and the lightness value of ddb008 is 0.45.

The process color (four color CMYK) of #ddb008 color hex is 0.00, 0.20, 0.96, 0.13. Web safe color of #ddb008 is #cc9900. Color #ddb008 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 10110000 00001000
Octal 335 260 10
Decimal 221 176 8
Hex DD B0 8

RGB Percentages of Color #ddb008

%54.57
%43.46
%1.98

CMYK Percentages of Color #ddb008

%0
%20
%96
%13

Triadic Colors of #ddb008

#ddb008 #08ddb0 #b008dd

Analogous Colors of #ddb008

#ddb008 #a0dd08 #dd4608

Monochromatic Colors of #ddb008

#ddb008

Complementary Color

#ddb008 #0835dd

#ddb008 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddb008 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddb008 Color CSS Codes

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

#ddb008 Text Font Color

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

This sample text font color is #ddb008
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.


#ddb008 Background Color

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

This div background color is #ddb008


#ddb008 Border Color

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

This div border color is #ddb008


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddb008


Comments

No comments written yet.

Please login to write comment.