#DEC58F

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

Shades of New Orleans #DEC58F

Tints of New Orleans #DEC58F

Color information

#DEC58F (or 0xDEC58F) is unknown color: approx New Orleans. HEX triplet: DE, C5 and 8F. RGB value is (222,197,143). Sum of RGB (Red+Green+Blue) = 222+197+143=562 (74% of max value = 765). Red value is 222 (87.11% from 255 or 39.50% from 562); Green value is 197 (77.34% from 255 or 35.05% from 562); Blue value is 143 (56.25% from 255 or 25.44% from 562); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC58F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEC58F is #213A70. Grayscale: #C6C6C6. Windows color (decimal): -2177649 or 9422302. OLE color: 9422302.

HSL color Cylindrical-coordinate representation of color #DEC58F: hue angle of 41.01º degrees, saturation: 0.54, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #DEC58F is Cyan = 0, Magento = 0.11, Yellow = 0.36 and Black (K on CMYK) = 0.13.

Color convert

RGB222197143-
CMYK00.110.360.13
HSL41.01º54.48%71.57%-
HSV(B)41.01º35.59%87.06%-
XYZ55.0557.4534.17-
YUV198.3296.78144.89-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 39.50%
GREEN value IS 197 (77.34% from 255) = 35.05%
BLUE value IS 143 (56.25% from 255) = 25.44%
R=39.50%
G=35.05%
B=25.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.36
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22219714300.110.360.1341.0154.4871.57
HexDEC58F0B24D293648
Octal33630521701344155166110
Binary1101111011000101100011110101110010011011010011101101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEC58F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEC58F; }

 p { color: rgb(222,197,143); }

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

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

 a { background-color: rgb(222,197,143); }

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

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

 span { border-color: rgb(222,197,143); }

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