#DECD9A

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

Shades of Double Colonial White #DECD9A

Tints of Double Colonial White #DECD9A

Color information

#DECD9A (or 0xDECD9A) is unknown color: approx Double Colonial White. HEX triplet: DE, CD and 9A. RGB value is (222,205,154). Sum of RGB (Red+Green+Blue) = 222+205+154=581 (76% of max value = 765). Red value is 222 (87.11% from 255 or 38.21% from 581); Green value is 205 (80.47% from 255 or 35.28% from 581); Blue value is 154 (60.55% from 255 or 26.51% from 581); Max value from RGB is 222 - color contains mainly: red. Hex color #DECD9A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DECD9A is #213265. Grayscale: #CCCCCC. Windows color (decimal): -2175590 or 10145246. OLE color: 10145246.

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

Color convert

RGB222205154-
CMYK00.080.310.13
HSL45º50.75%73.73%-
HSV(B)45º30.63%87.06%-
XYZ57.7961.5339.4-
YUV204.2799.63140.65-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 38.21%
GREEN value IS 205 (80.47% from 255) = 35.28%
BLUE value IS 154 (60.55% from 255) = 26.51%
R=38.21%
G=35.28%
B=26.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.31
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22220515400.080.310.134550.7573.73
HexDECD9A081FD2d334a
Octal33631523201037155563112
Binary110111101100110110011010010001111111011011011100111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DECD9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DECD9A; }

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

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

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

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

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

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

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

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