#DEC08B

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

Shades of New Orleans #DEC08B

Tints of New Orleans #DEC08B

Color information

#DEC08B (or 0xDEC08B) is unknown color: approx New Orleans. HEX triplet: DE, C0 and 8B. RGB value is (222,192,139). Sum of RGB (Red+Green+Blue) = 222+192+139=553 (73% of max value = 765). Red value is 222 (87.11% from 255 or 40.14% from 553); Green value is 192 (75.39% from 255 or 34.72% from 553); Blue value is 139 (54.69% from 255 or 25.14% from 553); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC08B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEC08B is #213F74. Grayscale: #C3C3C3. Windows color (decimal): -2178933 or 9158878. OLE color: 9158878.

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

Color convert

RGB222192139-
CMYK00.140.370.13
HSL38.31º55.7%70.78%-
HSV(B)38.31º37.39%87.06%-
XYZ53.6355.0932.23-
YUV194.9396.44147.31-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 40.14%
GREEN value IS 192 (75.39% from 255) = 34.72%
BLUE value IS 139 (54.69% from 255) = 25.14%
R=40.14%
G=34.72%
B=25.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.37
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22219213900.140.370.1338.3155.770.78
HexDEC08B0E25D263847
Octal33630021301645154670107
Binary1101111011000000100010110111010010111011001101110001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEC08B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEC08B; }

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

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

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

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

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

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

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

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