Color Hex Logo

#ddd259 Color Hex

#DDD259
(221,210,89)
0 Favorites   0 Comments

Color spaces of #ddd259

RGB 22121089
HSL0.150.660.61
HSV55°60°87°
CMYK 0.000.050.60   0.13
XYZ54.668662.186618.5731
Yxy62.18660.40370.4592
Hunter Lab78.8585-14.257341.2367
CIE-Lab83.0126-10.960359.7926

#ddd259 color RGB value is (221,210,89).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11010010 01011001
Octal 335 322 131
Decimal 221 210 89
Hex DD D2 59

RGB Percentages of Color #ddd259

%42.50
%40.38
%17.12

CMYK Percentages of Color #ddd259

%0
%5
%60
%13

Triadic Colors of #ddd259

#ddd259 #59ddd2 #d259dd

Analogous Colors of #ddd259

#ddd259 #a6dd59 #dd9059

Monochromatic Colors of #ddd259

#ddd259

Complementary Color

#ddd259 #5964dd

#ddd259 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddd259 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddd259 Color CSS Codes

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

#ddd259 Text Font Color

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

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


#ddd259 Background Color

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

This div background color is #ddd259


#ddd259 Border Color

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

This div border color is #ddd259


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddd259


Comments

No comments written yet.

Please login to write comment.