#D2D97A

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

Shades of Deco #D2D97A

Tints of Deco #D2D97A

Color information

#D2D97A (or 0xD2D97A) is unknown color: approx Deco. HEX triplet: D2, D9 and 7A. RGB value is (210,217,122). Sum of RGB (Red+Green+Blue) = 210+217+122=549 (72% of max value = 765). Red value is 210 (82.42% from 255 or 38.25% from 549); Green value is 217 (85.16% from 255 or 39.53% from 549); Blue value is 122 (48.05% from 255 or 22.22% from 549); Max value from RGB is 217 - color contains mainly: green. Hex color #D2D97A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D2D97A is #2D2685. Grayscale: #CCCCCC. Windows color (decimal): -2958982 or 8051154. OLE color: 8051154.

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

Color convert

RGB210217122-
CMYK0.0300.440.15
HSL64.42º55.56%66.47%-
HSV(B)64.42º43.78%85.1%-
XYZ54.964.7328.01-
YUV204.0881.68132.22-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 38.25%
GREEN value IS 217 (85.16% from 255) = 39.53%
BLUE value IS 122 (48.05% from 255) = 22.22%
R=38.25%
G=39.53%
B=22.22%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2102171220.0300.440.1564.4255.5666.47
HexD2D97A302CF403842
Octal32233117230541710070102
Binary11010010110110011111010110101100111110000001110001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2D97A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2D97A; }

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

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

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

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

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

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

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

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