#D2D693

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

Shades of Deco #D2D693

Tints of Deco #D2D693

Color information

#D2D693 (or 0xD2D693) is unknown color: approx Deco. HEX triplet: D2, D6 and 93. RGB value is (210,214,147). Sum of RGB (Red+Green+Blue) = 210+214+147=571 (75% of max value = 765). Red value is 210 (82.42% from 255 or 36.78% from 571); Green value is 214 (83.98% from 255 or 37.48% from 571); Blue value is 147 (57.81% from 255 or 25.74% from 571); Max value from RGB is 214 - color contains mainly: green. Hex color #D2D693 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D2D693 is #2D296C. Grayscale: #CDCDCD. Windows color (decimal): -2959725 or 9688786. OLE color: 9688786.

HSL color Cylindrical-coordinate representation of color #D2D693: hue angle of 63.58º degrees, saturation: 0.45, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D2D693 is Cyan = 0.02, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.16.

Color convert

RGB210214147-
CMYK0.0200.310.16
HSL63.58º44.97%70.78%-
HSV(B)63.58º31.31%83.92%-
XYZ55.8963.936.99-
YUV205.1795.17131.45-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 36.78%
GREEN value IS 214 (83.98% from 255) = 37.48%
BLUE value IS 147 (57.81% from 255) = 25.74%
R=36.78%
G=37.48%
B=25.74%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2102141470.0200.310.1663.5844.9770.78
HexD2D693201F10402d47
Octal32232622320372010055107
Binary110100101101011010010011100111111000010000001011011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2D693

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2D693; }

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

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

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

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

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

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

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

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