#D6D084

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

Shades of Deco #D6D084

Tints of Deco #D6D084

Color information

#D6D084 (or 0xD6D084) is unknown color: approx Deco. HEX triplet: D6, D0 and 84. RGB value is (214,208,132). Sum of RGB (Red+Green+Blue) = 214+208+132=554 (73% of max value = 765). Red value is 214 (83.98% from 255 or 38.63% from 554); Green value is 208 (81.64% from 255 or 37.55% from 554); Blue value is 132 (51.95% from 255 or 23.83% from 554); Max value from RGB is 214 - color contains mainly: red. Hex color #D6D084 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6D084 is #292F7B. Grayscale: #C9C9C9. Windows color (decimal): -2699132 or 8704214. OLE color: 8704214.

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

Color convert

RGB214208132-
CMYK00.030.380.16
HSL55.61º50%67.84%-
HSV(B)55.61º38.32%83.92%-
XYZ54.4561.0730.75-
YUV201.1388.99137.18-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 38.63%
GREEN value IS 208 (81.64% from 255) = 37.55%
BLUE value IS 132 (51.95% from 255) = 23.83%
R=38.63%
G=37.55%
B=23.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.38
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21420813200.030.380.1655.615067.84
HexD6D084032610383244
Octal3263202040346207062104
Binary110101101101000010000100011100110100001110001100101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6D084

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6D084; }

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

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

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

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

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

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

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

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