#D0D586

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

Shades of Deco #D0D586

Tints of Deco #D0D586

Color information

#D0D586 (or 0xD0D586) is unknown color: approx Deco. HEX triplet: D0, D5 and 86. RGB value is (208,213,134). Sum of RGB (Red+Green+Blue) = 208+213+134=555 (73% of max value = 765). Red value is 208 (81.64% from 255 or 37.48% from 555); Green value is 213 (83.59% from 255 or 38.38% from 555); Blue value is 134 (52.73% from 255 or 24.14% from 555); Max value from RGB is 213 - color contains mainly: green. Hex color #D0D586 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0D586 is #2F2A79. Grayscale: #CACACA. Windows color (decimal): -3091066 or 8836560. OLE color: 8836560.

HSL color Cylindrical-coordinate representation of color #D0D586: hue angle of 63.8º degrees, saturation: 0.48, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #D0D586 is Cyan = 0.02, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.16.

Color convert

RGB208213134-
CMYK0.0200.370.16
HSL63.8º48.47%68.04%-
HSV(B)63.8º37.09%83.53%-
XYZ54.1162.7231.81-
YUV202.589.34131.92-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 37.48%
GREEN value IS 213 (83.59% from 255) = 38.38%
BLUE value IS 134 (52.73% from 255) = 24.14%
R=37.48%
G=38.38%
B=24.14%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2082131340.0200.370.1663.848.4768.04
HexD0D586202510403044
Octal32032520620452010060104
Binary1101000011010101100001101001001011000010000001100001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0D586

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0D586; }

 p { color: rgb(208,213,134); }

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

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

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

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

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

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

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