#D2D598

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

Shades of Deco #D2D598

Tints of Deco #D2D598

Color information

#D2D598 (or 0xD2D598) is unknown color: approx Deco. HEX triplet: D2, D5 and 98. RGB value is (210,213,152). Sum of RGB (Red+Green+Blue) = 210+213+152=575 (76% of max value = 765). Red value is 210 (82.42% from 255 or 36.52% from 575); Green value is 213 (83.59% from 255 or 37.04% from 575); Blue value is 152 (59.77% from 255 or 26.43% from 575); Max value from RGB is 213 - color contains mainly: green. Hex color #D2D598 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D2D598 is #2D2A67. Grayscale: #CDCDCD. Windows color (decimal): -2959976 or 10016210. OLE color: 10016210.

HSL color Cylindrical-coordinate representation of color #D2D598: hue angle of 62.95º degrees, saturation: 0.42, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D2D598 is Cyan = 0.01, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.16.

Color convert

RGB210213152-
CMYK0.0100.290.16
HSL62.95º42.07%71.57%-
HSV(B)62.95º28.64%83.53%-
XYZ56.0463.5639.02-
YUV205.1598.01131.46-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 36.52%
GREEN value IS 213 (83.59% from 255) = 37.04%
BLUE value IS 152 (59.77% from 255) = 26.43%
R=36.52%
G=37.04%
B=26.43%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2102131520.0100.290.1662.9542.0771.57
HexD2D598101D103f2a48
Octal3223252301035207752110
Binary1101001011010101100110001011101100001111111010101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2D598

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2D598; }

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

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

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

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

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

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

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

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