#DEC492

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

Shades of New Orleans #DEC492

Tints of New Orleans #DEC492

Color information

#DEC492 (or 0xDEC492) is unknown color: approx New Orleans. HEX triplet: DE, C4 and 92. RGB value is (222,196,146). Sum of RGB (Red+Green+Blue) = 222+196+146=564 (74% of max value = 765). Red value is 222 (87.11% from 255 or 39.36% from 564); Green value is 196 (76.95% from 255 or 34.75% from 564); Blue value is 146 (57.42% from 255 or 25.89% from 564); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC492 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEC492 is #213B6D. Grayscale: #C6C6C6. Windows color (decimal): -2177902 or 9618654. OLE color: 9618654.

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

Color convert

RGB222196146-
CMYK00.120.340.13
HSL39.47º53.52%72.16%-
HSV(B)39.47º34.23%87.06%-
XYZ55.0557.0835.31-
YUV198.0798.61145.07-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 39.36%
GREEN value IS 196 (76.95% from 255) = 34.75%
BLUE value IS 146 (57.42% from 255) = 25.89%
R=39.36%
G=34.75%
B=25.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.34
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22219614600.120.340.1339.4753.5272.16
HexDEC4920C22D273648
Octal33630422201442154766110
Binary1101111011000100100100100110010001011011001111101101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEC492

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEC492; }

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

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

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

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

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

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

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

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