#D0D176

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

Shades of Deco #D0D176

Tints of Deco #D0D176

Color information

#D0D176 (or 0xD0D176) is unknown color: approx Deco. HEX triplet: D0, D1 and 76. RGB value is (208,209,118). Sum of RGB (Red+Green+Blue) = 208+209+118=535 (70% of max value = 765). Red value is 208 (81.64% from 255 or 38.88% from 535); Green value is 209 (82.03% from 255 or 39.07% from 535); Blue value is 118 (46.48% from 255 or 22.06% from 535); Max value from RGB is 209 - color contains mainly: green. Hex color #D0D176 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0D176 is #2F2E89. Grayscale: #C6C6C6. Windows color (decimal): -3092106 or 7786960. OLE color: 7786960.

HSL color Cylindrical-coordinate representation of color #D0D176: hue angle of 60.66º degrees, saturation: 0.5, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D0D176 is Cyan = 0.00, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.18.

Color convert

RGB208209118-
CMYK0.0000.440.18
HSL60.66º49.73%64.12%-
HSV(B)60.66º43.54%81.96%-
XYZ52.0860.3226.04-
YUV198.3382.67134.9-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 38.88%
GREEN value IS 209 (82.03% from 255) = 39.07%
BLUE value IS 118 (46.48% from 255) = 22.06%
R=38.88%
G=39.07%
B=22.06%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2082091180.0000.440.1860.6649.7364.12
HexD0D176002C123d3240
Octal3203211660054227562100
Binary1101000011010001111011000101100100101111011100101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0D176

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0D176; }

 p { color: rgb(208,209,118); }

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

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

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

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

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

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

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