#DEC995

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

Shades of Double Colonial White #DEC995

Tints of Double Colonial White #DEC995

Color information

#DEC995 (or 0xDEC995) is unknown color: approx Double Colonial White. HEX triplet: DE, C9 and 95. RGB value is (222,201,149). Sum of RGB (Red+Green+Blue) = 222+201+149=572 (75% of max value = 765). Red value is 222 (87.11% from 255 or 38.81% from 572); Green value is 201 (78.91% from 255 or 35.14% from 572); Blue value is 149 (58.59% from 255 or 26.05% from 572); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC995 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEC995 is #21366A. Grayscale: #C9C9C9. Windows color (decimal): -2176619 or 9816542. OLE color: 9816542.

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

Color convert

RGB222201149-
CMYK00.090.330.13
HSL42.74º52.52%72.75%-
HSV(B)42.74º32.88%87.06%-
XYZ56.4459.4736.94-
YUV201.3598.46142.73-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 38.81%
GREEN value IS 201 (78.91% from 255) = 35.14%
BLUE value IS 149 (58.59% from 255) = 26.05%
R=38.81%
G=35.14%
B=26.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.33
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22220114900.090.330.1342.7452.5272.75
HexDEC9950921D2b3549
Octal33631122501141155365111
Binary1101111011001001100101010100110000111011010111101011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEC995

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEC995; }

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

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

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

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

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

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

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

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