#DECB99

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

Shades of Double Colonial White #DECB99

Tints of Double Colonial White #DECB99

Color information

#DECB99 (or 0xDECB99) is unknown color: approx Double Colonial White. HEX triplet: DE, CB and 99. RGB value is (222,203,153). Sum of RGB (Red+Green+Blue) = 222+203+153=578 (76% of max value = 765). Red value is 222 (87.11% from 255 or 38.41% from 578); Green value is 203 (79.69% from 255 or 35.12% from 578); Blue value is 153 (60.16% from 255 or 26.47% from 578); Max value from RGB is 222 - color contains mainly: red. Hex color #DECB99 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DECB99 is #213466. Grayscale: #CBCBCB. Windows color (decimal): -2176103 or 10079198. OLE color: 10079198.

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

Color convert

RGB222203153-
CMYK00.090.310.13
HSL43.48º51.11%73.53%-
HSV(B)43.48º31.08%87.06%-
XYZ57.2360.5438.81-
YUV202.9899.79141.57-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 38.41%
GREEN value IS 203 (79.69% from 255) = 35.12%
BLUE value IS 153 (60.16% from 255) = 26.47%
R=38.41%
G=35.12%
B=26.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.31
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22220315300.090.310.1343.4851.1173.53
HexDECB99091FD2b334a
Octal33631323101137155363112
Binary110111101100101110011001010011111111011010111100111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DECB99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DECB99; }

 p { color: rgb(222,203,153); }

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

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

 a { background-color: rgb(222,203,153); }

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

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

 span { border-color: rgb(222,203,153); }

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