Color Hex Logo

#ddda5c Color Hex

#DDDA5C
(221,218,92)
0 Favorites   0 Comments

Color spaces of #ddda5c

RGB 22121892
HSL0.160.650.61
HSV59°58°87°
CMYK 0.000.010.58   0.13
XYZ56.822066.287719.9252
Yxy66.28770.39730.4634
Hunter Lab81.4173-17.903142.4821
CIE-Lab85.1430-14.753660.8369

#ddda5c color RGB value is (221,218,92).

#ddda5c hex color red value is 221, green value is 218 and the blue value of its RGB is 92. Cylindrical-coordinate representations (also known as HSL) of color #ddda5c hue: 0.16 , saturation: 0.65 and the lightness value of ddda5c is 0.61.

The process color (four color CMYK) of #ddda5c color hex is 0.00, 0.01, 0.58, 0.13. Web safe color of #ddda5c is #cccc66. Color #ddda5c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 11011010 01011100
Octal 335 332 134
Decimal 221 218 92
Hex DD DA 5C

RGB Percentages of Color #ddda5c

%41.62
%41.05
%17.33

CMYK Percentages of Color #ddda5c

%0
%1
%58
%13

Triadic Colors of #ddda5c

#ddda5c #5cddda #da5cdd

Analogous Colors of #ddda5c

#ddda5c #a0dd5c #dd9a5c

Monochromatic Colors of #ddda5c

#ddda5c

Complementary Color

#ddda5c #5c5fdd

#ddda5c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddda5c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddda5c Color CSS Codes

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

#ddda5c Text Font Color

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

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


#ddda5c Background Color

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

This div background color is #ddda5c


#ddda5c Border Color

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

This div border color is #ddda5c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddda5c


Comments

No comments written yet.

Please login to write comment.