#D2D493

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

Shades of Deco #D2D493

Tints of Deco #D2D493

Color information

#D2D493 (or 0xD2D493) is unknown color: approx Deco. HEX triplet: D2, D4 and 93. RGB value is (210,212,147). Sum of RGB (Red+Green+Blue) = 210+212+147=569 (75% of max value = 765). Red value is 210 (82.42% from 255 or 36.91% from 569); Green value is 212 (83.20% from 255 or 37.26% from 569); Blue value is 147 (57.81% from 255 or 25.83% from 569); Max value from RGB is 212 - color contains mainly: green. Hex color #D2D493 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D2D493 is #2D2B6C. Grayscale: #CCCCCC. Windows color (decimal): -2960237 or 9688274. OLE color: 9688274.

HSL color Cylindrical-coordinate representation of color #D2D493: hue angle of 61.85º degrees, saturation: 0.43, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D2D493 is Cyan = 0.01, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.17.

Color convert

RGB210212147-
CMYK0.0100.310.17
HSL61.85º43.05%70.39%-
HSV(B)61.85º30.66%83.14%-
XYZ55.3962.936.82-
YUV203.9995.84132.29-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 36.91%
GREEN value IS 212 (83.20% from 255) = 37.26%
BLUE value IS 147 (57.81% from 255) = 25.83%
R=36.91%
G=37.26%
B=25.83%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2102121470.0100.310.1761.8543.0570.39
HexD2D493101F113e2b46
Octal3223242231037217653106
Binary1101001011010100100100111011111100011111101010111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2D493

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2D493; }

 p { color: rgb(210,212,147); }

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

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

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

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

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

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

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