#DEC791

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

Shades of Double Colonial White #DEC791

Tints of Double Colonial White #DEC791

Color information

#DEC791 (or 0xDEC791) is unknown color: approx Double Colonial White. HEX triplet: DE, C7 and 91. RGB value is (222,199,145). Sum of RGB (Red+Green+Blue) = 222+199+145=566 (74% of max value = 765). Red value is 222 (87.11% from 255 or 39.22% from 566); Green value is 199 (78.12% from 255 or 35.16% from 566); Blue value is 145 (57.03% from 255 or 25.62% from 566); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC791 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEC791 is #21386E. Grayscale: #C7C7C7. Windows color (decimal): -2177135 or 9553886. OLE color: 9553886.

HSL color Cylindrical-coordinate representation of color #DEC791: hue angle of 42.08º degrees, saturation: 0.54, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #DEC791 is Cyan = 0, Magento = 0.10, Yellow = 0.35 and Black (K on CMYK) = 0.13.

Color convert

RGB222199145-
CMYK00.100.350.13
HSL42.08º53.85%71.96%-
HSV(B)42.08º34.68%87.06%-
XYZ55.6658.4235.13-
YUV199.7297.12143.89-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 39.22%
GREEN value IS 199 (78.12% from 255) = 35.16%
BLUE value IS 145 (57.03% from 255) = 25.62%
R=39.22%
G=35.16%
B=25.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.35
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22219914500.100.350.1342.0853.8571.96
HexDEC7910A23D2a3648
Octal33630722101243155266110
Binary1101111011000111100100010101010001111011010101101101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEC791

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEC791; }

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

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

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

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

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

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

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

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