#D2D97D

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

Shades of Deco #D2D97D

Tints of Deco #D2D97D

Color information

#D2D97D (or 0xD2D97D) is unknown color: approx Deco. HEX triplet: D2, D9 and 7D. RGB value is (210,217,125). Sum of RGB (Red+Green+Blue) = 210+217+125=552 (73% of max value = 765). Red value is 210 (82.42% from 255 or 38.04% from 552); Green value is 217 (85.16% from 255 or 39.31% from 552); Blue value is 125 (49.22% from 255 or 22.64% from 552); Max value from RGB is 217 - color contains mainly: green. Hex color #D2D97D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D2D97D is #2D2682. Grayscale: #CCCCCC. Windows color (decimal): -2958979 or 8247762. OLE color: 8247762.

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

Color convert

RGB210217125-
CMYK0.0300.420.15
HSL64.57º54.76%67.06%-
HSV(B)64.57º42.4%85.1%-
XYZ55.0964.8129.01-
YUV204.4283.18131.98-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 38.04%
GREEN value IS 217 (85.16% from 255) = 39.31%
BLUE value IS 125 (49.22% from 255) = 22.64%
R=38.04%
G=39.31%
B=22.64%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2102171250.0300.420.1564.5754.7667.06
HexD2D97D302AF413743
Octal32233117530521710167103
Binary11010010110110011111101110101010111110000011101111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2D97D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2D97D; }

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

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

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

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

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

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

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

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