#D6D086

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

Shades of Deco #D6D086

Tints of Deco #D6D086

Color information

#D6D086 (or 0xD6D086) is unknown color: approx Deco. HEX triplet: D6, D0 and 86. RGB value is (214,208,134). Sum of RGB (Red+Green+Blue) = 214+208+134=556 (73% of max value = 765). Red value is 214 (83.98% from 255 or 38.49% from 556); Green value is 208 (81.64% from 255 or 37.41% from 556); Blue value is 134 (52.73% from 255 or 24.10% from 556); Max value from RGB is 214 - color contains mainly: red. Hex color #D6D086 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6D086 is #292F79. Grayscale: #C9C9C9. Windows color (decimal): -2699130 or 8835286. OLE color: 8835286.

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

Color convert

RGB214208134-
CMYK00.030.370.16
HSL55.5º49.38%68.24%-
HSV(B)55.5º37.38%83.92%-
XYZ54.5961.1331.48-
YUV201.3689.99137.02-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.37
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21420813400.030.370.1655.549.3868.24
HexD6D086032510383144
Octal3263202060345207061104
Binary110101101101000010000110011100101100001110001100011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6D086

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6D086; }

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

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

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

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

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

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

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

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