Shades of New Orleans #DFC291
Tints of New Orleans #DFC291
RGB
CMYK
RGB Variations
Color information
#DFC291 (or 0xDFC291) is known color: New Orleans. HEX triplet: DF, C2 and 91. RGB value is (223,194,145). Sum of RGB (Red+Green+Blue) = 223+194+145=562 (74% of max value = 765). Red value is 223 (87.5% from 255 or 39.68% from 562); Green value is 194 (76.17% from 255 or 34.52% from 562); Blue value is 145 (57.03% from 255 or 25.80% from 562); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC291 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFC291 is #203D6E. Grayscale: #C5C5C5. Windows color (decimal): -2112879 or 9552607. OLE color: 9552607.
HSL color Cylindrical-coordinate representation of color #DFC291: hue angle of 37.69º degrees, saturation: 0.55, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #DFC291 is Cyan = 0, Magento = 0.13, Yellow = 0.35 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 194 | 145 | - |
| CMYK | 0 | 0.13 | 0.35 | 0.13 |
| HSL | 37.69º | 0.55% | 0.72% | - |
| HSV(B) | 37.69º | 0.35% | 0.87% | - |
| XYZ | 54.83 | 56.32 | 34.77 | - |
| YUV | 197.09 | 98.61 | 146.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 194 | 145 | 0 | 0.13 | 0.35 | 0.13 | 37.69 | 0.55 | 0.72 |
| Hex | DF | C2 | 91 | 0 | D | 23 | D | 26 | 37 | 48 |
| Octal | 337 | 302 | 221 | 0 | 15 | 43 | 15 | 46 | 67 | 110 |
| Binary | 11011111 | 11000010 | 10010001 | 0 | 1101 | 100011 | 1101 | 100110 | 110111 | 1001000 |
Color Harmonies of #DFC291
Complementary color
Monochromatic Colors of #DFC291
Black with #DFC291
Text Example
Text Example
White with #DFC291
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC291; }
p { color: rgb(223,194,145); }
H1.HeaderClassName
{
color: #DFC291;
}
.AnyTagClassName
{
color: #DFC291;
}
</style>
background-color css
<style>
a { background-color: #DFC291; }
a { background-color: rgb(223,194,145); }
div.DivClassName
{
background-color: #DFC291;
}
.BgClassName
{
background-color: #DFC291;
}
</style>
border-color css
<style>
span { border-color: #DFC291; }
span { border-color: rgb(223,194,145); }
td.TdClassName
{
border-color: #DFC291;
}
.TagClassName
{
border-color: #DFC291;
}
</style>