#D0D686

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

Shades of Deco #D0D686

Tints of Deco #D0D686

Color information

#D0D686 (or 0xD0D686) is unknown color: approx Deco. HEX triplet: D0, D6 and 86. RGB value is (208,214,134). Sum of RGB (Red+Green+Blue) = 208+214+134=556 (73% of max value = 765). Red value is 208 (81.64% from 255 or 37.41% from 556); Green value is 214 (83.98% from 255 or 38.49% from 556); Blue value is 134 (52.73% from 255 or 24.10% from 556); Max value from RGB is 214 - color contains mainly: green. Hex color #D0D686 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0D686 is #2F2979. Grayscale: #CBCBCB. Windows color (decimal): -3090810 or 8836816. OLE color: 8836816.

HSL color Cylindrical-coordinate representation of color #D0D686: hue angle of 64.5º degrees, saturation: 0.49, 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 #D0D686 is Cyan = 0.03, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.16.

Color convert

RGB208214134-
CMYK0.0300.370.16
HSL64.5º49.38%68.24%-
HSV(B)64.5º37.38%83.92%-
XYZ54.3663.2231.89-
YUV203.0989.01131.5-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 37.41%
GREEN value IS 214 (83.98% from 255) = 38.49%
BLUE value IS 134 (52.73% from 255) = 24.10%
R=37.41%
G=38.49%
B=24.10%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2082141340.0300.370.1664.549.3868.24
HexD0D686302510403144
Octal32032620630452010061104
Binary1101000011010110100001101101001011000010000001100011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0D686

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0D686; }

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

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

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

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

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

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

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

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