Color Hex Logo

#ddc470 Color Hex

#DDC470
(221,196,112)
0 Favorites   0 Comments

Color spaces of #ddc470

RGB 221196112
HSL0.130.620.65
HSV46°49°87°
CMYK 0.000.110.49   0.13
XYZ52.483456.021923.3764
Yxy56.02190.39800.4248
Hunter Lab74.8478-5.819133.8760
CIE-Lab79.6263-1.980245.1155

#ddc470 color RGB value is (221,196,112).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11000100 01110000
Octal 335 304 160
Decimal 221 196 112
Hex DD C4 70

RGB Percentages of Color #ddc470

%41.78
%37.05
%21.17

CMYK Percentages of Color #ddc470

%0
%11
%49
%13

Triadic Colors of #ddc470

#ddc470 #70ddc4 #c470dd

Analogous Colors of #ddc470

#ddc470 #c0dd70 #dd8e70

Monochromatic Colors of #ddc470

#ddc470

Complementary Color

#ddc470 #7089dd

#ddc470 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddc470 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddc470 Color CSS Codes

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

#ddc470 Text Font Color

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

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


#ddc470 Background Color

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

This div background color is #ddc470


#ddc470 Border Color

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

This div border color is #ddc470


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(221,196,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 #ddc470">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddc470

#ddc470 Color Palettes


Comments

No comments written yet.

Please login to write comment.