Color Hex Logo

#ddca70 Color Hex

#DDCA70
(221,202,112)
0 Favorites   0 Comments

Color spaces of #ddca70

RGB 221202112
HSL0.140.620.65
HSV50°49°87°
CMYK 0.000.090.49   0.13
XYZ53.864058.783123.8366
Yxy58.78310.39470.4307
Hunter Lab76.6701-8.769035.2359
CIE-Lab81.1722-5.078047.0001

#ddca70 color RGB value is (221,202,112).

#ddca70 hex color red value is 221, green value is 202 and the blue value of its RGB is 112. Cylindrical-coordinate representations (also known as HSL) of color #ddca70 hue: 0.14 , saturation: 0.62 and the lightness value of ddca70 is 0.65.

The process color (four color CMYK) of #ddca70 color hex is 0.00, 0.09, 0.49, 0.13. Web safe color of #ddca70 is #cccc66. Color #ddca70 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 11001010 01110000
Octal 335 312 160
Decimal 221 202 112
Hex DD CA 70

RGB Percentages of Color #ddca70

%41.31
%37.76
%20.93

CMYK Percentages of Color #ddca70

%0
%9
%49
%13

Triadic Colors of #ddca70

#ddca70 #70ddca #ca70dd

Analogous Colors of #ddca70

#ddca70 #badd70 #dd9470

Monochromatic Colors of #ddca70

#ddca70

Complementary Color

#ddca70 #7083dd

#ddca70 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddca70 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddca70 Color CSS Codes

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

#ddca70 Text Font Color

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

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


#ddca70 Background Color

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

This div background color is #ddca70


#ddca70 Border Color

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

This div border color is #ddca70


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddca70


Comments

No comments written yet.

Please login to write comment.