#D2D291

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

Shades of Deco #D2D291

Tints of Deco #D2D291

Color information

#D2D291 (or 0xD2D291) is unknown color: approx Deco. HEX triplet: D2, D2 and 91. RGB value is (210,210,145). Sum of RGB (Red+Green+Blue) = 210+210+145=565 (74% of max value = 765). Red value is 210 (82.42% from 255 or 37.17% from 565); Green value is 210 (82.42% from 255 or 37.17% from 565); Blue value is 145 (57.03% from 255 or 25.66% from 565); Max value from RGB is 210 - color contains mainly: red, green. Hex color #D2D291 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D2D291 is #2D2D6E. Grayscale: #CACACA. Windows color (decimal): -2960751 or 9556690. OLE color: 9556690.

HSL color Cylindrical-coordinate representation of color #D2D291: hue angle of 60º degrees, saturation: 0.42, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D2D291 is Cyan = 0, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.18.

Color convert

RGB210210145-
CMYK000.310.18
HSL60º41.94%69.61%-
HSV(B)60º30.95%82.35%-
XYZ54.7461.8435.84-
YUV202.5995.5133.29-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 37.17%
GREEN value IS 210 (82.42% from 255) = 37.17%
BLUE value IS 145 (57.03% from 255) = 25.66%
R=37.17%
G=37.17%
B=25.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal210210145000.310.186041.9469.61
HexD2D291001F123c2a46
Octal3223222210037227452106
Binary1101001011010010100100010011111100101111001010101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2D291

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2D291; }

 p { color: rgb(210,210,145); }

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

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

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

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

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

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

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