#DECA98

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

Shades of Double Colonial White #DECA98

Tints of Double Colonial White #DECA98

Color information

#DECA98 (or 0xDECA98) is unknown color: approx Double Colonial White. HEX triplet: DE, CA and 98. RGB value is (222,202,152). Sum of RGB (Red+Green+Blue) = 222+202+152=576 (76% of max value = 765). Red value is 222 (87.11% from 255 or 38.54% from 576); Green value is 202 (79.30% from 255 or 35.07% from 576); Blue value is 152 (59.77% from 255 or 26.39% from 576); Max value from RGB is 222 - color contains mainly: red. Hex color #DECA98 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DECA98 is #213567. Grayscale: #CACACA. Windows color (decimal): -2176360 or 10013406. OLE color: 10013406.

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

Color convert

RGB222202152-
CMYK00.090.320.13
HSL42.86º51.47%73.33%-
HSV(B)42.86º31.53%87.06%-
XYZ56.9160.0438.29-
YUV202.2899.63142.07-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 38.54%
GREEN value IS 202 (79.30% from 255) = 35.07%
BLUE value IS 152 (59.77% from 255) = 26.39%
R=38.54%
G=35.07%
B=26.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.32
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22220215200.090.320.1342.8651.4773.33
HexDECA980920D2b3349
Octal33631223001140155363111
Binary1101111011001010100110000100110000011011010111100111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DECA98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DECA98; }

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

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

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

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

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

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

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

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