Color Hex Logo

#ddcd69 Color Hex

#DDCD69
(221,205,105)
0 Favorites   0 Comments

Color spaces of #ddcd69

RGB 221205105
HSL0.140.630.64
HSV52°52°87°
CMYK 0.000.070.52   0.13
XYZ54.199960.054722.0997
Yxy60.05470.39750.4404
Hunter Lab77.4950-10.773537.3384
CIE-Lab81.8679-7.218351.2015

#ddcd69 color RGB value is (221,205,105).

#ddcd69 hex color red value is 221, green value is 205 and the blue value of its RGB is 105. Cylindrical-coordinate representations (also known as HSL) of color #ddcd69 hue: 0.14 , saturation: 0.63 and the lightness value of ddcd69 is 0.64.

The process color (four color CMYK) of #ddcd69 color hex is 0.00, 0.07, 0.52, 0.13. Web safe color of #ddcd69 is #cccc66. Color #ddcd69 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 11001101 01101001
Octal 335 315 151
Decimal 221 205 105
Hex DD CD 69

RGB Percentages of Color #ddcd69

%41.62
%38.61
%19.77

CMYK Percentages of Color #ddcd69

%0
%7
%52
%13

Triadic Colors of #ddcd69

#ddcd69 #69ddcd #cd69dd

Analogous Colors of #ddcd69

#ddcd69 #b3dd69 #dd9369

Monochromatic Colors of #ddcd69

#ddcd69

Complementary Color

#ddcd69 #6979dd

#ddcd69 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddcd69 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddcd69 Color CSS Codes

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

#ddcd69 Text Font Color

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

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


#ddcd69 Background Color

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

This div background color is #ddcd69


#ddcd69 Border Color

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

This div border color is #ddcd69


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddcd69


Comments

No comments written yet.

Please login to write comment.