#D0D47F

Color #D0D47F Deco (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deco #D0D47F

Tints of Deco #D0D47F

Color information

#D0D47F (or 0xD0D47F) is unknown color: approx Deco. HEX triplet: D0, D4 and 7F. RGB value is (208,212,127). Sum of RGB (Red+Green+Blue) = 208+212+127=547 (72% of max value = 765). Red value is 208 (81.64% from 255 or 38.03% from 547); Green value is 212 (83.20% from 255 or 38.76% from 547); Blue value is 127 (50% from 255 or 23.22% from 547); Max value from RGB is 212 - color contains mainly: green. Hex color #D0D47F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0D47F is #2F2B80. Grayscale: #C9C9C9. Windows color (decimal): -3091329 or 8377552. OLE color: 8377552.

HSL color Cylindrical-coordinate representation of color #D0D47F: hue angle of 62.82º degrees, saturation: 0.5, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D0D47F is Cyan = 0.02, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.17.

Color convert

RGB208212127-
CMYK0.0200.400.17
HSL62.82º49.71%66.47%-
HSV(B)62.82º40.09%83.14%-
XYZ53.3962.0329.24-
YUV201.1186.17132.91-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 208 (81.64% from 255) = 38.03%
GREEN value IS 212 (83.20% from 255) = 38.76%
BLUE value IS 127 (50% from 255) = 23.22%
R=38.03%
G=38.76%
B=23.22%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2082121270.0200.400.1762.8249.7166.47
HexD0D47F2028113f3242
Octal3203241772050217762102
Binary11010000110101001111111100101000100011111111100101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0D47F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0D47F; }

 p { color: rgb(208,212,127); }

 H1.HeaderClassName
 {
   color: #D0D47F;
 }
 .AnyTagClassName
 {
   color: #D0D47F;
 }
</style>
background-color css

<style>
 a { background-color: #D0D47F; }

 a { background-color: rgb(208,212,127); }

 div.DivClassName
 {
   background-color: #D0D47F;
 }
 .BgClassName
 {
   background-color: #D0D47F;
 }
</style>
border-color css

<style>
 span { border-color: #D0D47F; }

 span { border-color: rgb(208,212,127); }

 td.TdClassName
 {
   border-color: #D0D47F;
 }
 .TagClassName
 {
   border-color: #D0D47F;
 }
</style>