#DEC992

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

Shades of Double Colonial White #DEC992

Tints of Double Colonial White #DEC992

Color information

#DEC992 (or 0xDEC992) is unknown color: approx Double Colonial White. HEX triplet: DE, C9 and 92. RGB value is (222,201,146). Sum of RGB (Red+Green+Blue) = 222+201+146=569 (75% of max value = 765). Red value is 222 (87.11% from 255 or 39.02% from 569); Green value is 201 (78.91% from 255 or 35.33% from 569); Blue value is 146 (57.42% from 255 or 25.66% from 569); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC992 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEC992 is #21366D. Grayscale: #C9C9C9. Windows color (decimal): -2176622 or 9619934. OLE color: 9619934.

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

Color convert

RGB222201146-
CMYK00.090.340.13
HSL43.42º53.52%72.16%-
HSV(B)43.42º34.23%87.06%-
XYZ56.259.3835.69-
YUV201.0196.96142.97-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 39.02%
GREEN value IS 201 (78.91% from 255) = 35.33%
BLUE value IS 146 (57.42% from 255) = 25.66%
R=39.02%
G=35.33%
B=25.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.34
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22220114600.090.340.1343.4253.5272.16
HexDEC9920922D2b3648
Octal33631122201142155366110
Binary1101111011001001100100100100110001011011010111101101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEC992

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEC992; }

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

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

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

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

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

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

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

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