#DEC990

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

Shades of Double Colonial White #DEC990

Tints of Double Colonial White #DEC990

Color information

#DEC990 (or 0xDEC990) is unknown color: approx Double Colonial White. HEX triplet: DE, C9 and 90. RGB value is (222,201,144). Sum of RGB (Red+Green+Blue) = 222+201+144=567 (75% of max value = 765). Red value is 222 (87.11% from 255 or 39.15% from 567); Green value is 201 (78.91% from 255 or 35.45% from 567); Blue value is 144 (56.64% from 255 or 25.40% from 567); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC990 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEC990 is #21366F. Grayscale: #C9C9C9. Windows color (decimal): -2176624 or 9488862. OLE color: 9488862.

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

Color convert

RGB222201144-
CMYK00.090.350.13
HSL43.85º54.17%71.76%-
HSV(B)43.85º35.14%87.06%-
XYZ56.0459.3234.88-
YUV200.7895.96143.13-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 39.15%
GREEN value IS 201 (78.91% from 255) = 35.45%
BLUE value IS 144 (56.64% from 255) = 25.40%
R=39.15%
G=35.45%
B=25.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.35
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22220114400.090.350.1343.8554.1771.76
HexDEC9900923D2c3648
Octal33631122001143155466110
Binary1101111011001001100100000100110001111011011001101101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEC990

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEC990; }

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

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

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

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

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

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

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

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