#D0D07D

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

Shades of Deco #D0D07D

Tints of Deco #D0D07D

Color information

#D0D07D (or 0xD0D07D) is unknown color: approx Deco. HEX triplet: D0, D0 and 7D. RGB value is (208,208,125). Sum of RGB (Red+Green+Blue) = 208+208+125=541 (71% of max value = 765). Red value is 208 (81.64% from 255 or 38.45% from 541); Green value is 208 (81.64% from 255 or 38.45% from 541); Blue value is 125 (49.22% from 255 or 23.11% from 541); Max value from RGB is 208 - color contains mainly: red, green. Hex color #D0D07D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0D07D is #2F2F82. Grayscale: #C6C6C6. Windows color (decimal): -3092355 or 8245456. OLE color: 8245456.

HSL color Cylindrical-coordinate representation of color #D0D07D: hue angle of 60º degrees, saturation: 0.47, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D0D07D is Cyan = 0, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.18.

Color convert

RGB208208125-
CMYK000.400.18
HSL60º46.89%65.29%-
HSV(B)60º39.9%81.57%-
XYZ52.276028.23-
YUV198.5486.5134.75-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 38.45%
GREEN value IS 208 (81.64% from 255) = 38.45%
BLUE value IS 125 (49.22% from 255) = 23.11%
R=38.45%
G=38.45%
B=23.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal208208125000.400.186046.8965.29
HexD0D07D0028123c2f41
Octal3203201750050227457101
Binary1101000011010000111110100101000100101111001011111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0D07D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0D07D; }

 p { color: rgb(208,208,125); }

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

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

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

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

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

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

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