#DEC795

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

Shades of Double Colonial White #DEC795

Tints of Double Colonial White #DEC795

Color information

#DEC795 (or 0xDEC795) is unknown color: approx Double Colonial White. HEX triplet: DE, C7 and 95. RGB value is (222,199,149). Sum of RGB (Red+Green+Blue) = 222+199+149=570 (75% of max value = 765). Red value is 222 (87.11% from 255 or 38.95% from 570); Green value is 199 (78.12% from 255 or 34.91% from 570); Blue value is 149 (58.59% from 255 or 26.14% from 570); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC795 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEC795 is #21386A. Grayscale: #C8C8C8. Windows color (decimal): -2177131 or 9816030. OLE color: 9816030.

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

Color convert

RGB222199149-
CMYK00.100.330.13
HSL41.1º52.52%72.75%-
HSV(B)41.1º32.88%87.06%-
XYZ55.9758.5536.78-
YUV200.1899.12143.57-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 38.95%
GREEN value IS 199 (78.12% from 255) = 34.91%
BLUE value IS 149 (58.59% from 255) = 26.14%
R=38.95%
G=34.91%
B=26.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.33
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22219914900.100.330.1341.152.5272.75
HexDEC7950A21D293549
Octal33630722501241155165111
Binary1101111011000111100101010101010000111011010011101011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEC795

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEC795; }

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

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

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

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

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

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

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

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