#D8D686

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

Shades of Deco #D8D686

Tints of Deco #D8D686

Color information

#D8D686 (or 0xD8D686) is unknown color: approx Deco. HEX triplet: D8, D6 and 86. RGB value is (216,214,134). Sum of RGB (Red+Green+Blue) = 216+214+134=564 (74% of max value = 765). Red value is 216 (84.77% from 255 or 38.30% from 564); Green value is 214 (83.98% from 255 or 37.94% from 564); Blue value is 134 (52.73% from 255 or 23.76% from 564); Max value from RGB is 216 - color contains mainly: red. Hex color #D8D686 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D8D686 is #272979. Grayscale: #CDCDCD. Windows color (decimal): -2566522 or 8836824. OLE color: 8836824.

HSL color Cylindrical-coordinate representation of color #D8D686: hue angle of 58.54º degrees, saturation: 0.51, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D8D686 is Cyan = 0, Magento = 0.01, Yellow = 0.38 and Black (K on CMYK) = 0.15.

Color convert

RGB216214134-
CMYK00.010.380.15
HSL58.54º51.25%68.63%-
HSV(B)58.54º37.96%84.71%-
XYZ56.6764.4132-
YUV205.4887.66135.5-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 38.30%
GREEN value IS 214 (83.98% from 255) = 37.94%
BLUE value IS 134 (52.73% from 255) = 23.76%
R=38.30%
G=37.94%
B=23.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.38
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21621413400.010.380.1558.5451.2568.63
HexD8D6860126F3b3345
Octal3303262060146177363105
Binary1101100011010110100001100110011011111110111100111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8D686

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8D686; }

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

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

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

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

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

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

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

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