#DEC490

Color #DEC490 New Orleans (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of New Orleans #DEC490

Tints of New Orleans #DEC490

Color information

#DEC490 (or 0xDEC490) is unknown color: approx New Orleans. HEX triplet: DE, C4 and 90. RGB value is (222,196,144). Sum of RGB (Red+Green+Blue) = 222+196+144=562 (74% of max value = 765). Red value is 222 (87.11% from 255 or 39.50% from 562); Green value is 196 (76.95% from 255 or 34.88% from 562); Blue value is 144 (56.64% from 255 or 25.62% from 562); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC490 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEC490 is #213B6F. Grayscale: #C6C6C6. Windows color (decimal): -2177904 or 9487582. OLE color: 9487582.

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

Color convert

RGB222196144-
CMYK00.120.350.13
HSL40º54.17%71.76%-
HSV(B)40º35.14%87.06%-
XYZ54.957.0234.5-
YUV197.8597.61145.23-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 39.50%
GREEN value IS 196 (76.95% from 255) = 34.88%
BLUE value IS 144 (56.64% from 255) = 25.62%
R=39.50%
G=34.88%
B=25.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.35
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22219614400.120.350.134054.1771.76
HexDEC4900C23D283648
Octal33630422001443155066110
Binary1101111011000100100100000110010001111011010001101101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEC490

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEC490; }

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

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

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

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

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

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

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

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