#DECC95

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

Shades of Double Colonial White #DECC95

Tints of Double Colonial White #DECC95

Color information

#DECC95 (or 0xDECC95) is unknown color: approx Double Colonial White. HEX triplet: DE, CC and 95. RGB value is (222,204,149). Sum of RGB (Red+Green+Blue) = 222+204+149=575 (76% of max value = 765). Red value is 222 (87.11% from 255 or 38.61% from 575); Green value is 204 (80.08% from 255 or 35.48% from 575); Blue value is 149 (58.59% from 255 or 25.91% from 575); Max value from RGB is 222 - color contains mainly: red. Hex color #DECC95 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DECC95 is #21336A. Grayscale: #CBCBCB. Windows color (decimal): -2175851 or 9817310. OLE color: 9817310.

HSL color Cylindrical-coordinate representation of color #DECC95: hue angle of 45.21º degrees, saturation: 0.53, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DECC95 is Cyan = 0, Magento = 0.08, Yellow = 0.33 and Black (K on CMYK) = 0.13.

Color convert

RGB222204149-
CMYK00.080.330.13
HSL45.21º52.52%72.75%-
HSV(B)45.21º32.88%87.06%-
XYZ57.1460.8937.17-
YUV203.1197.46141.47-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 38.61%
GREEN value IS 204 (80.08% from 255) = 35.48%
BLUE value IS 149 (58.59% from 255) = 25.91%
R=38.61%
G=35.48%
B=25.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.33
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22220414900.080.330.1345.2152.5272.75
HexDECC950821D2d3549
Octal33631422501041155565111
Binary1101111011001100100101010100010000111011011011101011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DECC95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DECC95; }

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

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

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

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

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

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

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

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