#D2D595

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

Shades of Deco #D2D595

Tints of Deco #D2D595

Color information

#D2D595 (or 0xD2D595) is unknown color: approx Deco. HEX triplet: D2, D5 and 95. RGB value is (210,213,149). Sum of RGB (Red+Green+Blue) = 210+213+149=572 (75% of max value = 765). Red value is 210 (82.42% from 255 or 36.71% from 572); Green value is 213 (83.59% from 255 or 37.24% from 572); Blue value is 149 (58.59% from 255 or 26.05% from 572); Max value from RGB is 213 - color contains mainly: green. Hex color #D2D595 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D2D595 is #2D2A6A. Grayscale: #CDCDCD. Windows color (decimal): -2959979 or 9819602. OLE color: 9819602.

HSL color Cylindrical-coordinate representation of color #D2D595: hue angle of 62.81º degrees, saturation: 0.43, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D2D595 is Cyan = 0.01, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.16.

Color convert

RGB210213149-
CMYK0.0100.300.16
HSL62.81º43.24%70.98%-
HSV(B)62.81º30.05%83.53%-
XYZ55.863.4637.74-
YUV204.8196.51131.7-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 36.71%
GREEN value IS 213 (83.59% from 255) = 37.24%
BLUE value IS 149 (58.59% from 255) = 26.05%
R=36.71%
G=37.24%
B=26.05%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2102131490.0100.300.1662.8143.2470.98
HexD2D595101E103f2b47
Octal3223252251036207753107
Binary1101001011010101100101011011110100001111111010111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2D595

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2D595; }

 p { color: rgb(210,213,149); }

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

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

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

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

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

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

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