Shades of New Orleans #DFC089
Tints of New Orleans #DFC089
RGB
CMYK
RGB Variations
Color information
#DFC089 (or 0xDFC089) is known color: New Orleans. HEX triplet: DF, C0 and 89. RGB value is (223,192,137). Sum of RGB (Red+Green+Blue) = 223+192+137=552 (73% of max value = 765). Red value is 223 (87.5% from 255 or 40.40% from 552); Green value is 192 (75.39% from 255 or 34.78% from 552); Blue value is 137 (53.91% from 255 or 24.82% from 552); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC089 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFC089 is #203F76. Grayscale: #C3C3C3. Windows color (decimal): -2113399 or 9027807. OLE color: 9027807.
HSL color Cylindrical-coordinate representation of color #DFC089: hue angle of 38.37º degrees, saturation: 0.57, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #DFC089 is Cyan = 0, Magento = 0.14, Yellow = 0.39 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 192 | 137 | - |
| CMYK | 0 | 0.14 | 0.39 | 0.13 |
| HSL | 38.37º | 0.57% | 0.71% | - |
| HSV(B) | 38.37º | 0.39% | 0.87% | - |
| XYZ | 53.8 | 55.19 | 31.48 | - |
| YUV | 195 | 95.27 | 147.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 192 | 137 | 0 | 0.14 | 0.39 | 0.13 | 38.37 | 0.57 | 0.71 |
| Hex | DF | C0 | 89 | 0 | E | 27 | D | 26 | 39 | 47 |
| Octal | 337 | 300 | 211 | 0 | 16 | 47 | 15 | 46 | 71 | 107 |
| Binary | 11011111 | 11000000 | 10001001 | 0 | 1110 | 100111 | 1101 | 100110 | 111001 | 1000111 |
Color Harmonies of #DFC089
Complementary color
Monochromatic Colors of #DFC089
Black with #DFC089
Text Example
Text Example
White with #DFC089
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC089; }
p { color: rgb(223,192,137); }
H1.HeaderClassName
{
color: #DFC089;
}
.AnyTagClassName
{
color: #DFC089;
}
</style>
background-color css
<style>
a { background-color: #DFC089; }
a { background-color: rgb(223,192,137); }
div.DivClassName
{
background-color: #DFC089;
}
.BgClassName
{
background-color: #DFC089;
}
</style>
border-color css
<style>
span { border-color: #DFC089; }
span { border-color: rgb(223,192,137); }
td.TdClassName
{
border-color: #DFC089;
}
.TagClassName
{
border-color: #DFC089;
}
</style>