#DECA95

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

Shades of Double Colonial White #DECA95

Tints of Double Colonial White #DECA95

Color information

#DECA95 (or 0xDECA95) is unknown color: approx Double Colonial White. HEX triplet: DE, CA and 95. RGB value is (222,202,149). Sum of RGB (Red+Green+Blue) = 222+202+149=573 (75% of max value = 765). Red value is 222 (87.11% from 255 or 38.74% from 573); Green value is 202 (79.30% from 255 or 35.25% from 573); Blue value is 149 (58.59% from 255 or 26.00% from 573); Max value from RGB is 222 - color contains mainly: red. Hex color #DECA95 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DECA95 is #21356A. Grayscale: #CACACA. Windows color (decimal): -2176363 or 9816798. OLE color: 9816798.

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

Color convert

RGB222202149-
CMYK00.090.330.13
HSL43.56º52.52%72.75%-
HSV(B)43.56º32.88%87.06%-
XYZ56.6759.9437.02-
YUV201.9498.13142.31-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 38.74%
GREEN value IS 202 (79.30% from 255) = 35.25%
BLUE value IS 149 (58.59% from 255) = 26.00%
R=38.74%
G=35.25%
B=26.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.33
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22220214900.090.330.1343.5652.5272.75
HexDECA950921D2c3549
Octal33631222501141155465111
Binary1101111011001010100101010100110000111011011001101011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DECA95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DECA95; }

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

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

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

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

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

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

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

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