Color Hex Logo

#ddd87b Color Hex

#DDD87B
(221,216,123)
0 Favorites   0 Comments

Color spaces of #ddd87b

RGB 221216123
HSL0.160.590.67
HSV57°44°87°
CMYK 0.000.020.44   0.13
XYZ57.949865.913928.4073
Yxy65.91390.38060.4329
Hunter Lab81.1874-14.668536.0857
CIE-Lab84.9525-11.164146.2592

#ddd87b color RGB value is (221,216,123).

#ddd87b hex color red value is 221, green value is 216 and the blue value of its RGB is 123. Cylindrical-coordinate representations (also known as HSL) of color #ddd87b hue: 0.16 , saturation: 0.59 and the lightness value of ddd87b is 0.67.

The process color (four color CMYK) of #ddd87b color hex is 0.00, 0.02, 0.44, 0.13. Web safe color of #ddd87b is #cccc66. Color #ddd87b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 11011000 01111011
Octal 335 330 173
Decimal 221 216 123
Hex DD D8 7B

RGB Percentages of Color #ddd87b

%39.46
%38.57
%21.96

CMYK Percentages of Color #ddd87b

%0
%2
%44
%13

Triadic Colors of #ddd87b

#ddd87b #7bddd8 #d87bdd

Analogous Colors of #ddd87b

#ddd87b #b1dd7b #dda77b

Monochromatic Colors of #ddd87b

#ddd87b

Complementary Color

#ddd87b #7b80dd

#ddd87b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddd87b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddd87b Color CSS Codes

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

#ddd87b Text Font Color

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

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


#ddd87b Background Color

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

This div background color is #ddd87b


#ddd87b Border Color

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

This div border color is #ddd87b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddd87b


Comments

No comments written yet.

Please login to write comment.