Shades of New Orleans #DFC18F
Tints of New Orleans #DFC18F
RGB
CMYK
RGB Variations
Color information
#DFC18F (or 0xDFC18F) is known color: New Orleans. HEX triplet: DF, C1 and 8F. RGB value is (223,193,143). Sum of RGB (Red+Green+Blue) = 223+193+143=559 (74% of max value = 765). Red value is 223 (87.5% from 255 or 39.89% from 559); Green value is 193 (75.78% from 255 or 34.53% from 559); Blue value is 143 (56.25% from 255 or 25.58% from 559); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC18F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFC18F is #203E70. Grayscale: #C4C4C4. Windows color (decimal): -2113137 or 9421279. OLE color: 9421279.
HSL color Cylindrical-coordinate representation of color #DFC18F: hue angle of 37.5º degrees, saturation: 0.56, 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 #DFC18F is Cyan = 0, Magento = 0.13, Yellow = 0.36 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 193 | 143 | - |
| CMYK | 0 | 0.13 | 0.36 | 0.13 |
| HSL | 37.5º | 0.56% | 0.72% | - |
| HSV(B) | 37.5º | 0.36% | 0.87% | - |
| XYZ | 54.46 | 55.81 | 33.89 | - |
| YUV | 196.27 | 97.94 | 147.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 193 | 143 | 0 | 0.13 | 0.36 | 0.13 | 37.5 | 0.56 | 0.72 |
| Hex | DF | C1 | 8F | 0 | D | 24 | D | 26 | 38 | 48 |
| Octal | 337 | 301 | 217 | 0 | 15 | 44 | 15 | 46 | 70 | 110 |
| Binary | 11011111 | 11000001 | 10001111 | 0 | 1101 | 100100 | 1101 | 100110 | 111000 | 1001000 |
Color Harmonies of #DFC18F
Complementary color
Monochromatic Colors of #DFC18F
Black with #DFC18F
Text Example
Text Example
White with #DFC18F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC18F; }
p { color: rgb(223,193,143); }
H1.HeaderClassName
{
color: #DFC18F;
}
.AnyTagClassName
{
color: #DFC18F;
}
</style>
background-color css
<style>
a { background-color: #DFC18F; }
a { background-color: rgb(223,193,143); }
div.DivClassName
{
background-color: #DFC18F;
}
.BgClassName
{
background-color: #DFC18F;
}
</style>
border-color css
<style>
span { border-color: #DFC18F; }
span { border-color: rgb(223,193,143); }
td.TdClassName
{
border-color: #DFC18F;
}
.TagClassName
{
border-color: #DFC18F;
}
</style>