Color Hex Logo

#ddd15b Color Hex

#DDD15B
(221,209,91)
0 Favorites   0 Comments

Color spaces of #ddd15b

RGB 22120991
HSL0.150.660.61
HSV54°59°87°
CMYK 0.000.050.59   0.13
XYZ54.507661.728418.9394
Yxy61.72840.40320.4567
Hunter Lab78.5674-13.655340.7048
CIE-Lab82.7688-10.318258.6478

#ddd15b color RGB value is (221,209,91).

#ddd15b hex color red value is 221, green value is 209 and the blue value of its RGB is 91. Cylindrical-coordinate representations (also known as HSL) of color #ddd15b hue: 0.15 , saturation: 0.66 and the lightness value of ddd15b is 0.61.

The process color (four color CMYK) of #ddd15b color hex is 0.00, 0.05, 0.59, 0.13. Web safe color of #ddd15b is #cccc66. Color #ddd15b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 11010001 01011011
Octal 335 321 133
Decimal 221 209 91
Hex DD D1 5B

RGB Percentages of Color #ddd15b

%42.42
%40.12
%17.47

CMYK Percentages of Color #ddd15b

%0
%5
%59
%13

Triadic Colors of #ddd15b

#ddd15b #5bddd1 #d15bdd

Analogous Colors of #ddd15b

#ddd15b #a8dd5b #dd905b

Monochromatic Colors of #ddd15b

#ddd15b

Complementary Color

#ddd15b #5b67dd

#ddd15b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddd15b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddd15b Color CSS Codes

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

#ddd15b Text Font Color

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

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


#ddd15b Background Color

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

This div background color is #ddd15b


#ddd15b Border Color

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

This div border color is #ddd15b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddd15b


Comments

No comments written yet.

Please login to write comment.