#D0D999

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

Shades of Deco #D0D999

Tints of Deco #D0D999

Color information

#D0D999 (or 0xD0D999) is unknown color: approx Deco. HEX triplet: D0, D9 and 99. RGB value is (208,217,153). Sum of RGB (Red+Green+Blue) = 208+217+153=578 (76% of max value = 765). Red value is 208 (81.64% from 255 or 35.99% from 578); Green value is 217 (85.16% from 255 or 37.54% from 578); Blue value is 153 (60.16% from 255 or 26.47% from 578); Max value from RGB is 217 - color contains mainly: green. Hex color #D0D999 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0D999 is #2F2666. Grayscale: #CFCFCF. Windows color (decimal): -3090023 or 10082768. OLE color: 10082768.

HSL color Cylindrical-coordinate representation of color #D0D999: hue angle of 68.44º degrees, saturation: 0.46, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D0D999 is Cyan = 0.04, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.15.

Color convert

RGB208217153-
CMYK0.0400.290.15
HSL68.44º45.71%72.55%-
HSV(B)68.44º29.49%85.1%-
XYZ56.5865.3439.77-
YUV207.0197.52128.7-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 35.99%
GREEN value IS 217 (85.16% from 255) = 37.54%
BLUE value IS 153 (60.16% from 255) = 26.47%
R=35.99%
G=37.54%
B=26.47%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2082171530.0400.290.1568.4445.7172.55
HexD0D999401DF442e49
Octal32033123140351710456111
Binary110100001101100110011001100011101111110001001011101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0D999

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0D999; }

 p { color: rgb(208,217,153); }

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

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

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

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

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

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

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