#DEC491

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

Shades of New Orleans #DEC491

Tints of New Orleans #DEC491

Color information

#DEC491 (or 0xDEC491) is unknown color: approx New Orleans. HEX triplet: DE, C4 and 91. RGB value is (222,196,145). Sum of RGB (Red+Green+Blue) = 222+196+145=563 (74% of max value = 765). Red value is 222 (87.11% from 255 or 39.43% from 563); Green value is 196 (76.95% from 255 or 34.81% from 563); Blue value is 145 (57.03% from 255 or 25.75% from 563); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC491 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEC491 is #213B6E. Grayscale: #C6C6C6. Windows color (decimal): -2177903 or 9553118. OLE color: 9553118.

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

Color convert

RGB222196145-
CMYK00.120.350.13
HSL39.74º53.85%71.96%-
HSV(B)39.74º34.68%87.06%-
XYZ54.9757.0534.9-
YUV197.9698.11145.15-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 39.43%
GREEN value IS 196 (76.95% from 255) = 34.81%
BLUE value IS 145 (57.03% from 255) = 25.75%
R=39.43%
G=34.81%
B=25.75%

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
Decimal22219614500.120.350.1339.7453.8571.96
HexDEC4910C23D283648
Octal33630422101443155066110
Binary1101111011000100100100010110010001111011010001101101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEC491

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEC491; }

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

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

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

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

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

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

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

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