#DECC9A

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

Shades of Double Colonial White #DECC9A

Tints of Double Colonial White #DECC9A

Color information

#DECC9A (or 0xDECC9A) is unknown color: approx Double Colonial White. HEX triplet: DE, CC and 9A. RGB value is (222,204,154). Sum of RGB (Red+Green+Blue) = 222+204+154=580 (76% of max value = 765). Red value is 222 (87.11% from 255 or 38.28% from 580); Green value is 204 (80.08% from 255 or 35.17% from 580); Blue value is 154 (60.55% from 255 or 26.55% from 580); Max value from RGB is 222 - color contains mainly: red. Hex color #DECC9A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DECC9A is #213365. Grayscale: #CBCBCB. Windows color (decimal): -2175846 or 10144990. OLE color: 10144990.

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

Color convert

RGB222204154-
CMYK00.080.310.13
HSL44.12º50.75%73.73%-
HSV(B)44.12º30.63%87.06%-
XYZ57.5561.0539.32-
YUV203.6899.96141.07-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 38.28%
GREEN value IS 204 (80.08% from 255) = 35.17%
BLUE value IS 154 (60.55% from 255) = 26.55%
R=38.28%
G=35.17%
B=26.55%

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
Decimal22220415400.080.310.1344.1250.7573.73
HexDECC9A081FD2c334a
Octal33631423201037155463112
Binary110111101100110010011010010001111111011011001100111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DECC9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DECC9A; }

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

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

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

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

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

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

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

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