#DECA94

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

Shades of Double Colonial White #DECA94

Tints of Double Colonial White #DECA94

Color information

#DECA94 (or 0xDECA94) is unknown color: approx Double Colonial White. HEX triplet: DE, CA and 94. RGB value is (222,202,148). Sum of RGB (Red+Green+Blue) = 222+202+148=572 (75% of max value = 765). Red value is 222 (87.11% from 255 or 38.81% from 572); Green value is 202 (79.30% from 255 or 35.31% from 572); Blue value is 148 (58.20% from 255 or 25.87% from 572); Max value from RGB is 222 - color contains mainly: red. Hex color #DECA94 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DECA94 is #21356B. Grayscale: #CACACA. Windows color (decimal): -2176364 or 9751262. OLE color: 9751262.

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

Color convert

RGB222202148-
CMYK00.090.330.13
HSL43.78º52.86%72.55%-
HSV(B)43.78º33.33%87.06%-
XYZ56.5959.9136.6-
YUV201.8297.63142.39-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 38.81%
GREEN value IS 202 (79.30% from 255) = 35.31%
BLUE value IS 148 (58.20% from 255) = 25.87%
R=38.81%
G=35.31%
B=25.87%

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
Decimal22220214800.090.330.1343.7852.8672.55
HexDECA940921D2c3549
Octal33631222401141155465111
Binary1101111011001010100101000100110000111011011001101011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DECA94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DECA94; }

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

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

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

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

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

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

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

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