#D2D994

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

Shades of Deco #D2D994

Tints of Deco #D2D994

Color information

#D2D994 (or 0xD2D994) is unknown color: approx Deco. HEX triplet: D2, D9 and 94. RGB value is (210,217,148). Sum of RGB (Red+Green+Blue) = 210+217+148=575 (76% of max value = 765). Red value is 210 (82.42% from 255 or 36.52% from 575); Green value is 217 (85.16% from 255 or 37.74% from 575); Blue value is 148 (58.20% from 255 or 25.74% from 575); Max value from RGB is 217 - color contains mainly: green. Hex color #D2D994 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D2D994 is #2D266B. Grayscale: #CFCFCF. Windows color (decimal): -2958956 or 9755090. OLE color: 9755090.

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

Color convert

RGB210217148-
CMYK0.0300.320.15
HSL66.09º47.59%71.57%-
HSV(B)66.09º31.8%85.1%-
XYZ56.7465.4737.66-
YUV207.0494.68130.11-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 36.52%
GREEN value IS 217 (85.16% from 255) = 37.74%
BLUE value IS 148 (58.20% from 255) = 25.74%
R=36.52%
G=37.74%
B=25.74%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2102171480.0300.320.1566.0947.5971.57
HexD2D9943020F423048
Octal32233122430401710260110
Binary110100101101100110010100110100000111110000101100001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2D994

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2D994; }

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

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

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

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

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

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

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

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