Shades of New Orleans #DFC088
Tints of New Orleans #DFC088
RGB
CMYK
RGB Variations
Color information
#DFC088 (or 0xDFC088) is known color: New Orleans. HEX triplet: DF, C0 and 88. RGB value is (223,192,136). Sum of RGB (Red+Green+Blue) = 223+192+136=551 (72% of max value = 765). Red value is 223 (87.5% from 255 or 40.47% from 551); Green value is 192 (75.39% from 255 or 34.85% from 551); Blue value is 136 (53.52% from 255 or 24.68% from 551); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC088 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFC088 is #203F77. Grayscale: #C3C3C3. Windows color (decimal): -2113400 or 8962271. OLE color: 8962271.
HSL color Cylindrical-coordinate representation of color #DFC088: hue angle of 38.62º degrees, saturation: 0.58, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #DFC088 is Cyan = 0, Magento = 0.14, Yellow = 0.39 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 192 | 136 | - |
| CMYK | 0 | 0.14 | 0.39 | 0.13 |
| HSL | 38.62º | 0.58% | 0.7% | - |
| HSV(B) | 38.62º | 0.39% | 0.87% | - |
| XYZ | 53.73 | 55.16 | 31.11 | - |
| YUV | 194.89 | 94.77 | 148.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 192 | 136 | 0 | 0.14 | 0.39 | 0.13 | 38.62 | 0.58 | 0.7 |
| Hex | DF | C0 | 88 | 0 | E | 27 | D | 27 | 3A | 46 |
| Octal | 337 | 300 | 210 | 0 | 16 | 47 | 15 | 47 | 72 | 106 |
| Binary | 11011111 | 11000000 | 10001000 | 0 | 1110 | 100111 | 1101 | 100111 | 111010 | 1000110 |
Color Harmonies of #DFC088
Complementary color
Monochromatic Colors of #DFC088
Black with #DFC088
Text Example
Text Example
White with #DFC088
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC088; }
p { color: rgb(223,192,136); }
H1.HeaderClassName
{
color: #DFC088;
}
.AnyTagClassName
{
color: #DFC088;
}
</style>
background-color css
<style>
a { background-color: #DFC088; }
a { background-color: rgb(223,192,136); }
div.DivClassName
{
background-color: #DFC088;
}
.BgClassName
{
background-color: #DFC088;
}
</style>
border-color css
<style>
span { border-color: #DFC088; }
span { border-color: rgb(223,192,136); }
td.TdClassName
{
border-color: #DFC088;
}
.TagClassName
{
border-color: #DFC088;
}
</style>