#D6D882

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

Shades of Deco #D6D882

Tints of Deco #D6D882

Color information

#D6D882 (or 0xD6D882) is unknown color: approx Deco. HEX triplet: D6, D8 and 82. RGB value is (214,216,130). Sum of RGB (Red+Green+Blue) = 214+216+130=560 (74% of max value = 765). Red value is 214 (83.98% from 255 or 38.21% from 560); Green value is 216 (84.77% from 255 or 38.57% from 560); Blue value is 130 (51.17% from 255 or 23.21% from 560); Max value from RGB is 216 - color contains mainly: green. Hex color #D6D882 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6D882 is #29277D. Grayscale: #CDCDCD. Windows color (decimal): -2697086 or 8575190. OLE color: 8575190.

HSL color Cylindrical-coordinate representation of color #D6D882: hue angle of 61.4º degrees, saturation: 0.52, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D6D882 is Cyan = 0.01, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.15.

Color convert

RGB214216130-
CMYK0.0100.400.15
HSL61.4º52.44%67.84%-
HSV(B)61.4º39.81%84.71%-
XYZ56.3265.0230.7-
YUV205.685.34133.99-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 38.21%
GREEN value IS 216 (84.77% from 255) = 38.57%
BLUE value IS 130 (51.17% from 255) = 23.21%
R=38.21%
G=38.57%
B=23.21%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2142161300.0100.400.1561.452.4467.84
HexD6D8821028F3d3444
Octal3263302021050177564104
Binary1101011011011000100000101010100011111111011101001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6D882

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6D882; }

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

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

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

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

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

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

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

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