#DECA93

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

Shades of Double Colonial White #DECA93

Tints of Double Colonial White #DECA93

Color information

#DECA93 (or 0xDECA93) is unknown color: approx Double Colonial White. HEX triplet: DE, CA and 93. RGB value is (222,202,147). Sum of RGB (Red+Green+Blue) = 222+202+147=571 (75% of max value = 765). Red value is 222 (87.11% from 255 or 38.88% from 571); Green value is 202 (79.30% from 255 or 35.38% from 571); Blue value is 147 (57.81% from 255 or 25.74% from 571); Max value from RGB is 222 - color contains mainly: red. Hex color #DECA93 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DECA93 is #21356C. Grayscale: #C9C9C9. Windows color (decimal): -2176365 or 9685726. OLE color: 9685726.

HSL color Cylindrical-coordinate representation of color #DECA93: hue angle of 44º 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 #DECA93 is Cyan = 0, Magento = 0.09, Yellow = 0.34 and Black (K on CMYK) = 0.13.

Color convert

RGB222202147-
CMYK00.090.340.13
HSL44º53.19%72.35%-
HSV(B)44º33.78%87.06%-
XYZ56.5159.8836.18-
YUV201.7197.13142.47-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 38.88%
GREEN value IS 202 (79.30% from 255) = 35.38%
BLUE value IS 147 (57.81% from 255) = 25.74%
R=38.88%
G=35.38%
B=25.74%

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
Decimal22220214700.090.340.134453.1972.35
HexDECA930922D2c3548
Octal33631222301142155465110
Binary1101111011001010100100110100110001011011011001101011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DECA93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DECA93; }

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

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

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

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

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

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

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

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