#DEC18A

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

Shades of New Orleans #DEC18A

Tints of New Orleans #DEC18A

Color information

#DEC18A (or 0xDEC18A) is unknown color: approx New Orleans. HEX triplet: DE, C1 and 8A. RGB value is (222,193,138). Sum of RGB (Red+Green+Blue) = 222+193+138=553 (73% of max value = 765). Red value is 222 (87.11% from 255 or 40.14% from 553); Green value is 193 (75.78% from 255 or 34.90% from 553); Blue value is 138 (54.30% from 255 or 24.95% from 553); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC18A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEC18A is #213E75. Grayscale: #C3C3C3. Windows color (decimal): -2178678 or 9093598. OLE color: 9093598.

HSL color Cylindrical-coordinate representation of color #DEC18A: hue angle of 39.29º degrees, saturation: 0.56, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DEC18A is Cyan = 0, Magento = 0.13, Yellow = 0.38 and Black (K on CMYK) = 0.13.

Color convert

RGB222193138-
CMYK00.130.380.13
HSL39.29º56%70.59%-
HSV(B)39.29º37.84%87.06%-
XYZ53.7855.531.92-
YUV195.495.61146.97-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 40.14%
GREEN value IS 193 (75.78% from 255) = 34.90%
BLUE value IS 138 (54.30% from 255) = 24.95%
R=40.14%
G=34.90%
B=24.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.38
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22219313800.130.380.1339.295670.59
HexDEC18A0D26D273847
Octal33630121201546154770107
Binary1101111011000001100010100110110011011011001111110001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEC18A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEC18A; }

 p { color: rgb(222,193,138); }

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

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

 a { background-color: rgb(222,193,138); }

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

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

 span { border-color: rgb(222,193,138); }

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