#DECD9C

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

Shades of Double Colonial White #DECD9C

Tints of Double Colonial White #DECD9C

Color information

#DECD9C (or 0xDECD9C) is unknown color: approx Double Colonial White. HEX triplet: DE, CD and 9C. RGB value is (222,205,156). Sum of RGB (Red+Green+Blue) = 222+205+156=583 (77% of max value = 765). Red value is 222 (87.11% from 255 or 38.08% from 583); Green value is 205 (80.47% from 255 or 35.16% from 583); Blue value is 156 (61.33% from 255 or 26.76% from 583); Max value from RGB is 222 - color contains mainly: red. Hex color #DECD9C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DECD9C is #213263. Grayscale: #CCCCCC. Windows color (decimal): -2175588 or 10276318. OLE color: 10276318.

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

Color convert

RGB222205156-
CMYK00.080.300.13
HSL44.55º50%74.12%-
HSV(B)44.55º29.73%87.06%-
XYZ57.9661.5940.29-
YUV204.5100.63140.48-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 38.08%
GREEN value IS 205 (80.47% from 255) = 35.16%
BLUE value IS 156 (61.33% from 255) = 26.76%
R=38.08%
G=35.16%
B=26.76%

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
Decimal22220515600.080.300.1344.555074.12
HexDECD9C081ED2d324a
Octal33631523401036155562112
Binary110111101100110110011100010001111011011011011100101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DECD9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DECD9C; }

 p { color: rgb(222,205,156); }

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

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

 a { background-color: rgb(222,205,156); }

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

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

 span { border-color: rgb(222,205,156); }

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