#DECC9B

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

Shades of Double Colonial White #DECC9B

Tints of Double Colonial White #DECC9B

Color information

#DECC9B (or 0xDECC9B) is unknown color: approx Double Colonial White. HEX triplet: DE, CC and 9B. RGB value is (222,204,155). Sum of RGB (Red+Green+Blue) = 222+204+155=581 (76% of max value = 765). Red value is 222 (87.11% from 255 or 38.21% from 581); Green value is 204 (80.08% from 255 or 35.11% from 581); Blue value is 155 (60.94% from 255 or 26.68% from 581); Max value from RGB is 222 - color contains mainly: red. Hex color #DECC9B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DECC9B is #213364. Grayscale: #CCCCCC. Windows color (decimal): -2175845 or 10210526. OLE color: 10210526.

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

Color convert

RGB222204155-
CMYK00.080.300.13
HSL43.88º50.38%73.92%-
HSV(B)43.88º30.18%87.06%-
XYZ57.6361.0839.76-
YUV203.8100.46140.98-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 38.21%
GREEN value IS 204 (80.08% from 255) = 35.11%
BLUE value IS 155 (60.94% from 255) = 26.68%
R=38.21%
G=35.11%
B=26.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.30
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22220415500.080.300.1343.8850.3873.92
HexDECC9B081ED2c324a
Octal33631423301036155462112
Binary110111101100110010011011010001111011011011001100101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DECC9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DECC9B; }

 p { color: rgb(222,204,155); }

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

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

 a { background-color: rgb(222,204,155); }

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

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

 span { border-color: rgb(222,204,155); }

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