#D0D081

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

Shades of Deco #D0D081

Tints of Deco #D0D081

Color information

#D0D081 (or 0xD0D081) is unknown color: approx Deco. HEX triplet: D0, D0 and 81. RGB value is (208,208,129). Sum of RGB (Red+Green+Blue) = 208+208+129=545 (72% of max value = 765). Red value is 208 (81.64% from 255 or 38.17% from 545); Green value is 208 (81.64% from 255 or 38.17% from 545); Blue value is 129 (50.78% from 255 or 23.67% from 545); Max value from RGB is 208 - color contains mainly: red, green. Hex color #D0D081 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0D081 is #2F2F7E. Grayscale: #C7C7C7. Windows color (decimal): -3092351 or 8507600. OLE color: 8507600.

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

Color convert

RGB208208129-
CMYK000.380.18
HSL60º45.66%66.08%-
HSV(B)60º37.98%81.57%-
XYZ52.5360.1129.6-
YUV198.9988.5134.42-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 38.17%
GREEN value IS 208 (81.64% from 255) = 38.17%
BLUE value IS 129 (50.78% from 255) = 23.67%
R=38.17%
G=38.17%
B=23.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal208208129000.380.186045.6666.08
HexD0D0810026123c2e42
Octal3203202010046227456102
Binary11010000110100001000000100100110100101111001011101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0D081

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0D081; }

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

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

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

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

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

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

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

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