#D6D182

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

Shades of Deco #D6D182

Tints of Deco #D6D182

Color information

#D6D182 (or 0xD6D182) is unknown color: approx Deco. HEX triplet: D6, D1 and 82. RGB value is (214,209,130). Sum of RGB (Red+Green+Blue) = 214+209+130=553 (73% of max value = 765). Red value is 214 (83.98% from 255 or 38.70% from 553); Green value is 209 (82.03% from 255 or 37.79% from 553); Blue value is 130 (51.17% from 255 or 23.51% from 553); Max value from RGB is 214 - color contains mainly: red. Hex color #D6D182 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6D182 is #292E7D. Grayscale: #C9C9C9. Windows color (decimal): -2698878 or 8573398. OLE color: 8573398.

HSL color Cylindrical-coordinate representation of color #D6D182: hue angle of 56.43º degrees, saturation: 0.51, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D6D182 is Cyan = 0, Magento = 0.02, Yellow = 0.39 and Black (K on CMYK) = 0.16.

Color convert

RGB214209130-
CMYK00.020.390.16
HSL56.43º50.6%67.45%-
HSV(B)56.43º39.25%83.92%-
XYZ54.5661.5130.12-
YUV201.4987.66136.92-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 38.70%
GREEN value IS 209 (82.03% from 255) = 37.79%
BLUE value IS 130 (51.17% from 255) = 23.51%
R=38.70%
G=37.79%
B=23.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.39
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21420913000.020.390.1656.4350.667.45
HexD6D182022710383343
Octal3263212020247207063103
Binary110101101101000110000010010100111100001110001100111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6D182

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6D182; }

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

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

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

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

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

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

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

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