#D3D893

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

Shades of Deco #D3D893

Tints of Deco #D3D893

Color information

#D3D893 (or 0xD3D893) is unknown color: approx Deco. HEX triplet: D3, D8 and 93. RGB value is (211,216,147). Sum of RGB (Red+Green+Blue) = 211+216+147=574 (76% of max value = 765). Red value is 211 (82.81% from 255 or 36.76% from 574); Green value is 216 (84.77% from 255 or 37.63% from 574); Blue value is 147 (57.81% from 255 or 25.61% from 574); Max value from RGB is 216 - color contains mainly: green. Hex color #D3D893 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D3D893 is #2C276C. Grayscale: #CECECE. Windows color (decimal): -2893677 or 9689299. OLE color: 9689299.

HSL color Cylindrical-coordinate representation of color #D3D893: hue angle of 64.35º degrees, saturation: 0.47, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D3D893 is Cyan = 0.02, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.15.

Color convert

RGB211216147-
CMYK0.0200.320.15
HSL64.35º46.94%71.18%-
HSV(B)64.35º31.94%84.71%-
XYZ56.6965.0737.18-
YUV206.6494.34131.11-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 36.76%
GREEN value IS 216 (84.77% from 255) = 37.63%
BLUE value IS 147 (57.81% from 255) = 25.61%
R=36.76%
G=37.63%
B=25.61%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2112161470.0200.320.1564.3546.9471.18
HexD3D8932020F402f47
Octal32333022320401710057107
Binary110100111101100010010011100100000111110000001011111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3D893

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3D893; }

 p { color: rgb(211,216,147); }

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

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

 a { background-color: rgb(211,216,147); }

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

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

 span { border-color: rgb(211,216,147); }

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