Color Hex Logo

#ddd00b Color Hex

#DDD00B
(221,208,11)
0 Favorites   0 Comments

Color spaces of #ddd00b

RGB 22120811
HSL0.160.910.45
HSV56°95°87°
CMYK 0.000.060.95   0.13
XYZ52.435160.50819.2322
Yxy60.50810.42920.4953
Hunter Lab77.7870-15.802847.4140
CIE-Lab82.1136-12.827281.2972

#ddd00b color RGB value is (221,208,11).

#ddd00b hex color red value is 221, green value is 208 and the blue value of its RGB is 11. Cylindrical-coordinate representations (also known as HSL) of color #ddd00b hue: 0.16 , saturation: 0.91 and the lightness value of ddd00b is 0.45.

The process color (four color CMYK) of #ddd00b color hex is 0.00, 0.06, 0.95, 0.13. Web safe color of #ddd00b is #cccc00. Color #ddd00b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 11010000 00001011
Octal 335 320 13
Decimal 221 208 11
Hex DD D0 B

RGB Percentages of Color #ddd00b

%50.23
%47.27
%2.50

CMYK Percentages of Color #ddd00b

%0
%6
%95
%13

Triadic Colors of #ddd00b

#ddd00b #0bddd0 #d00bdd

Analogous Colors of #ddd00b

#ddd00b #81dd0b #dd670b

Monochromatic Colors of #ddd00b

#ddd00b

Complementary Color

#ddd00b #0b18dd

#ddd00b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddd00b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddd00b Color CSS Codes

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

#ddd00b Text Font Color

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

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


#ddd00b Background Color

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

This div background color is #ddd00b


#ddd00b Border Color

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

This div border color is #ddd00b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddd00b


Comments

No comments written yet.

Please login to write comment.