#D2D984

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

Shades of Deco #D2D984

Tints of Deco #D2D984

Color information

#D2D984 (or 0xD2D984) is unknown color: approx Deco. HEX triplet: D2, D9 and 84. RGB value is (210,217,132). Sum of RGB (Red+Green+Blue) = 210+217+132=559 (74% of max value = 765). Red value is 210 (82.42% from 255 or 37.57% from 559); Green value is 217 (85.16% from 255 or 38.82% from 559); Blue value is 132 (51.95% from 255 or 23.61% from 559); Max value from RGB is 217 - color contains mainly: green. Hex color #D2D984 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D2D984 is #2D267B. Grayscale: #CDCDCD. Windows color (decimal): -2958972 or 8706514. OLE color: 8706514.

HSL color Cylindrical-coordinate representation of color #D2D984: hue angle of 64.94º degrees, saturation: 0.53, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D2D984 is Cyan = 0.03, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.15.

Color convert

RGB210217132-
CMYK0.0300.390.15
HSL64.94º52.8%68.43%-
HSV(B)64.94º39.17%85.1%-
XYZ55.5664.9931.45-
YUV205.2286.68131.41-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 37.57%
GREEN value IS 217 (85.16% from 255) = 38.82%
BLUE value IS 132 (51.95% from 255) = 23.61%
R=37.57%
G=38.82%
B=23.61%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2102171320.0300.390.1564.9452.868.43
HexD2D9843027F413544
Octal32233120430471710165104
Binary110100101101100110000100110100111111110000011101011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2D984

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2D984; }

 p { color: rgb(210,217,132); }

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

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

 a { background-color: rgb(210,217,132); }

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

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

 span { border-color: rgb(210,217,132); }

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