#DEC18B

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

Shades of New Orleans #DEC18B

Tints of New Orleans #DEC18B

Color information

#DEC18B (or 0xDEC18B) is unknown color: approx New Orleans. HEX triplet: DE, C1 and 8B. RGB value is (222,193,139). Sum of RGB (Red+Green+Blue) = 222+193+139=554 (73% of max value = 765). Red value is 222 (87.11% from 255 or 40.07% from 554); Green value is 193 (75.78% from 255 or 34.84% from 554); Blue value is 139 (54.69% from 255 or 25.09% from 554); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC18B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEC18B is #213E74. Grayscale: #C3C3C3. Windows color (decimal): -2178677 or 9159134. OLE color: 9159134.

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

Color convert

RGB222193139-
CMYK00.130.370.13
HSL39.04º55.7%70.78%-
HSV(B)39.04º37.39%87.06%-
XYZ53.8555.5332.31-
YUV195.5296.11146.89-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 40.07%
GREEN value IS 193 (75.78% from 255) = 34.84%
BLUE value IS 139 (54.69% from 255) = 25.09%
R=40.07%
G=34.84%
B=25.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.37
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22219313900.130.370.1339.0455.770.78
HexDEC18B0D25D273847
Octal33630121301545154770107
Binary1101111011000001100010110110110010111011001111110001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEC18B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEC18B; }

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

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

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

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

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

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

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

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