Shades of New Orleans #DFC48C
Tints of New Orleans #DFC48C
RGB
CMYK
RGB Variations
Color information
#DFC48C (or 0xDFC48C) is known color: New Orleans. HEX triplet: DF, C4 and 8C. RGB value is (223,196,140). Sum of RGB (Red+Green+Blue) = 223+196+140=559 (74% of max value = 765). Red value is 223 (87.5% from 255 or 39.89% from 559); Green value is 196 (76.95% from 255 or 35.06% from 559); Blue value is 140 (55.08% from 255 or 25.04% from 559); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC48C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFC48C is #203B73. Grayscale: #C5C5C5. Windows color (decimal): -2112372 or 9225439. OLE color: 9225439.
HSL color Cylindrical-coordinate representation of color #DFC48C: hue angle of 40.48º 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 #DFC48C is Cyan = 0, Magento = 0.12, Yellow = 0.37 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 196 | 140 | - |
| CMYK | 0 | 0.12 | 0.37 | 0.13 |
| HSL | 40.48º | 0.56% | 0.71% | - |
| HSV(B) | 40.48º | 0.37% | 0.87% | - |
| XYZ | 54.9 | 57.06 | 32.93 | - |
| YUV | 197.69 | 95.45 | 146.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 196 | 140 | 0 | 0.12 | 0.37 | 0.13 | 40.48 | 0.56 | 0.71 |
| Hex | DF | C4 | 8C | 0 | C | 25 | D | 28 | 38 | 47 |
| Octal | 337 | 304 | 214 | 0 | 14 | 45 | 15 | 50 | 70 | 107 |
| Binary | 11011111 | 11000100 | 10001100 | 0 | 1100 | 100101 | 1101 | 101000 | 111000 | 1000111 |
Color Harmonies of #DFC48C
Complementary color
Monochromatic Colors of #DFC48C
Black with #DFC48C
Text Example
Text Example
White with #DFC48C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC48C; }
p { color: rgb(223,196,140); }
H1.HeaderClassName
{
color: #DFC48C;
}
.AnyTagClassName
{
color: #DFC48C;
}
</style>
background-color css
<style>
a { background-color: #DFC48C; }
a { background-color: rgb(223,196,140); }
div.DivClassName
{
background-color: #DFC48C;
}
.BgClassName
{
background-color: #DFC48C;
}
</style>
border-color css
<style>
span { border-color: #DFC48C; }
span { border-color: rgb(223,196,140); }
td.TdClassName
{
border-color: #DFC48C;
}
.TagClassName
{
border-color: #DFC48C;
}
</style>