#DEC391

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

Shades of New Orleans #DEC391

Tints of New Orleans #DEC391

Color information

#DEC391 (or 0xDEC391) is unknown color: approx New Orleans. HEX triplet: DE, C3 and 91. RGB value is (222,195,145). Sum of RGB (Red+Green+Blue) = 222+195+145=562 (74% of max value = 765). Red value is 222 (87.11% from 255 or 39.50% from 562); Green value is 195 (76.56% from 255 or 34.70% from 562); Blue value is 145 (57.03% from 255 or 25.80% from 562); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC391 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEC391 is #213C6E. Grayscale: #C5C5C5. Windows color (decimal): -2178159 or 9552862. OLE color: 9552862.

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

Color convert

RGB222195145-
CMYK00.120.350.13
HSL38.96º53.85%71.96%-
HSV(B)38.96º34.68%87.06%-
XYZ54.7556.634.83-
YUV197.3798.45145.57-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 39.50%
GREEN value IS 195 (76.56% from 255) = 34.70%
BLUE value IS 145 (57.03% from 255) = 25.80%
R=39.50%
G=34.70%
B=25.80%

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
Decimal22219514500.120.350.1338.9653.8571.96
HexDEC3910C23D273648
Octal33630322101443154766110
Binary1101111011000011100100010110010001111011001111101101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEC391

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEC391; }

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

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

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

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

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

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

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

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