#D0D481

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

Shades of Deco #D0D481

Tints of Deco #D0D481

Color information

#D0D481 (or 0xD0D481) is unknown color: approx Deco. HEX triplet: D0, D4 and 81. RGB value is (208,212,129). Sum of RGB (Red+Green+Blue) = 208+212+129=549 (72% of max value = 765). Red value is 208 (81.64% from 255 or 37.89% from 549); Green value is 212 (83.20% from 255 or 38.62% from 549); Blue value is 129 (50.78% from 255 or 23.50% from 549); Max value from RGB is 212 - color contains mainly: green. Hex color #D0D481 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0D481 is #2F2B7E. Grayscale: #C9C9C9. Windows color (decimal): -3091327 or 8508624. OLE color: 8508624.

HSL color Cylindrical-coordinate representation of color #D0D481: hue angle of 62.89º degrees, saturation: 0.49, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D0D481 is Cyan = 0.02, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.17.

Color convert

RGB208212129-
CMYK0.0200.390.17
HSL62.89º49.11%66.86%-
HSV(B)62.89º39.15%83.14%-
XYZ53.5262.0829.93-
YUV201.3487.17132.75-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 37.89%
GREEN value IS 212 (83.20% from 255) = 38.62%
BLUE value IS 129 (50.78% from 255) = 23.50%
R=37.89%
G=38.62%
B=23.50%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2082121290.0200.390.1762.8949.1166.86
HexD0D4812027113f3143
Octal3203242012047217761103
Binary110100001101010010000001100100111100011111111100011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0D481

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0D481; }

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

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

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

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

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

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

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

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