#DFC58C

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

Shades of New Orleans #DFC58C

Tints of New Orleans #DFC58C

Color information

#DFC58C (or 0xDFC58C) is unknown color: approx New Orleans. HEX triplet: DF, C5 and 8C. RGB value is (223,197,140). Sum of RGB (Red+Green+Blue) = 223+197+140=560 (74% of max value = 765). Red value is 223 (87.5% from 255 or 39.82% from 560); Green value is 197 (77.34% from 255 or 35.18% from 560); Blue value is 140 (55.08% from 255 or 25% from 560); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC58C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFC58C is #203A73. Grayscale: #C6C6C6. Windows color (decimal): -2112116 or 9225695. OLE color: 9225695.

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

Color convert

RGB223197140-
CMYK00.120.370.13
HSL41.2º56.46%71.18%-
HSV(B)41.2º37.22%87.45%-
XYZ55.1357.5133.01-
YUV198.2895.11145.63-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 39.82%
GREEN value IS 197 (77.34% from 255) = 35.18%
BLUE value IS 140 (55.08% from 255) = 25%
R=39.82%
G=35.18%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.37
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22319714000.120.370.1341.256.4671.18
HexDFC58C0C25D293847
Octal33730521401445155170107
Binary1101111111000101100011000110010010111011010011110001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFC58C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFC58C; }

 p { color: rgb(223,197,140); }

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

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

 a { background-color: rgb(223,197,140); }

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

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

 span { border-color: rgb(223,197,140); }

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