#DECB9D

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

Shades of Double Colonial White #DECB9D

Tints of Double Colonial White #DECB9D

Color information

#DECB9D (or 0xDECB9D) is unknown color: approx Double Colonial White. HEX triplet: DE, CB and 9D. RGB value is (222,203,157). Sum of RGB (Red+Green+Blue) = 222+203+157=582 (77% of max value = 765). Red value is 222 (87.11% from 255 or 38.14% from 582); Green value is 203 (79.69% from 255 or 34.88% from 582); Blue value is 157 (61.72% from 255 or 26.98% from 582); Max value from RGB is 222 - color contains mainly: red. Hex color #DECB9D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DECB9D is #213462. Grayscale: #CBCBCB. Windows color (decimal): -2176099 or 10341342. OLE color: 10341342.

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

Color convert

RGB222203157-
CMYK00.090.290.13
HSL42.46º49.62%74.31%-
HSV(B)42.46º29.28%87.06%-
XYZ57.5760.6840.58-
YUV203.44101.79141.24-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 38.14%
GREEN value IS 203 (79.69% from 255) = 34.88%
BLUE value IS 157 (61.72% from 255) = 26.98%
R=38.14%
G=34.88%
B=26.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.29
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22220315700.090.290.1342.4649.6274.31
HexDECB9D091DD2a324a
Octal33631323501135155262112
Binary110111101100101110011101010011110111011010101100101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DECB9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DECB9D; }

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

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

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

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

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

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

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

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