#DEC993

Color #DEC993 Double Colonial White (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Double Colonial White #DEC993

Tints of Double Colonial White #DEC993

Color information

#DEC993 (or 0xDEC993) is unknown color: approx Double Colonial White. HEX triplet: DE, C9 and 93. RGB value is (222,201,147). Sum of RGB (Red+Green+Blue) = 222+201+147=570 (75% of max value = 765). Red value is 222 (87.11% from 255 or 38.95% from 570); Green value is 201 (78.91% from 255 or 35.26% from 570); Blue value is 147 (57.81% from 255 or 25.79% from 570); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC993 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEC993 is #21366C. Grayscale: #C9C9C9. Windows color (decimal): -2176621 or 9685470. OLE color: 9685470.

HSL color Cylindrical-coordinate representation of color #DEC993: hue angle of 43.2º degrees, saturation: 0.53, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #DEC993 is Cyan = 0, Magento = 0.09, Yellow = 0.34 and Black (K on CMYK) = 0.13.

Color convert

RGB222201147-
CMYK00.090.340.13
HSL43.2º53.19%72.35%-
HSV(B)43.2º33.78%87.06%-
XYZ56.2859.4136.1-
YUV201.1297.46142.89-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 38.95%
GREEN value IS 201 (78.91% from 255) = 35.26%
BLUE value IS 147 (57.81% from 255) = 25.79%
R=38.95%
G=35.26%
B=25.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.34
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22220114700.090.340.1343.253.1972.35
HexDEC9930922D2b3548
Octal33631122301142155365110
Binary1101111011001001100100110100110001011011010111101011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEC993

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEC993; }

 p { color: rgb(222,201,147); }

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

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

 a { background-color: rgb(222,201,147); }

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

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

 span { border-color: rgb(222,201,147); }

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