#DEC997

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

Shades of Double Colonial White #DEC997

Tints of Double Colonial White #DEC997

Color information

#DEC997 (or 0xDEC997) is unknown color: approx Double Colonial White. HEX triplet: DE, C9 and 97. RGB value is (222,201,151). Sum of RGB (Red+Green+Blue) = 222+201+151=574 (76% of max value = 765). Red value is 222 (87.11% from 255 or 38.68% from 574); Green value is 201 (78.91% from 255 or 35.02% from 574); Blue value is 151 (59.38% from 255 or 26.31% from 574); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC997 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEC997 is #213668. Grayscale: #C9C9C9. Windows color (decimal): -2176617 or 9947614. OLE color: 9947614.

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

Color convert

RGB222201151-
CMYK00.090.320.13
HSL42.25º51.82%73.14%-
HSV(B)42.25º31.98%87.06%-
XYZ56.659.5437.79-
YUV201.5899.46142.57-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 38.68%
GREEN value IS 201 (78.91% from 255) = 35.02%
BLUE value IS 151 (59.38% from 255) = 26.31%
R=38.68%
G=35.02%
B=26.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.32
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22220115100.090.320.1342.2551.8273.14
HexDEC9970920D2a3449
Octal33631122701140155264111
Binary1101111011001001100101110100110000011011010101101001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEC997

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEC997; }

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

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

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

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

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

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

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

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