#D7D686

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

Shades of Deco #D7D686

Tints of Deco #D7D686

Color information

#D7D686 (or 0xD7D686) is unknown color: approx Deco. HEX triplet: D7, D6 and 86. RGB value is (215,214,134). Sum of RGB (Red+Green+Blue) = 215+214+134=563 (74% of max value = 765). Red value is 215 (84.38% from 255 or 38.19% from 563); Green value is 214 (83.98% from 255 or 38.01% from 563); Blue value is 134 (52.73% from 255 or 23.80% from 563); Max value from RGB is 215 - color contains mainly: red. Hex color #D7D686 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D7D686 is #282979. Grayscale: #CDCDCD. Windows color (decimal): -2632058 or 8836823. OLE color: 8836823.

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

Color convert

RGB215214134-
CMYK00.000.380.16
HSL59.26º50.31%68.43%-
HSV(B)59.26º37.67%84.31%-
XYZ56.3764.2631.99-
YUV205.1887.83135-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 38.19%
GREEN value IS 214 (83.98% from 255) = 38.01%
BLUE value IS 134 (52.73% from 255) = 23.80%
R=38.19%
G=38.01%
B=23.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.38
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21521413400.000.380.1659.2650.3168.43
HexD7D6860026103b3244
Octal3273262060046207362104
Binary11010111110101101000011000100110100001110111100101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7D686

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7D686; }

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

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

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

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

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

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

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

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