Shades of New Orleans #DFC390
Tints of New Orleans #DFC390
RGB
CMYK
RGB Variations
Color information
#DFC390 (or 0xDFC390) is known color: New Orleans. HEX triplet: DF, C3 and 90. RGB value is (223,195,144). Sum of RGB (Red+Green+Blue) = 223+195+144=562 (74% of max value = 765). Red value is 223 (87.5% from 255 or 39.68% from 562); Green value is 195 (76.56% from 255 or 34.70% from 562); Blue value is 144 (56.64% from 255 or 25.62% from 562); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC390 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFC390 is #203C6F. Grayscale: #C5C5C5. Windows color (decimal): -2112624 or 9487327. OLE color: 9487327.
HSL color Cylindrical-coordinate representation of color #DFC390: hue angle of 38.73º 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 #DFC390 is Cyan = 0, Magento = 0.13, Yellow = 0.35 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 195 | 144 | - |
| CMYK | 0 | 0.13 | 0.35 | 0.13 |
| HSL | 38.73º | 0.55% | 0.72% | - |
| HSV(B) | 38.73º | 0.35% | 0.87% | - |
| XYZ | 54.98 | 56.73 | 34.44 | - |
| YUV | 197.56 | 97.78 | 146.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 195 | 144 | 0 | 0.13 | 0.35 | 0.13 | 38.73 | 0.55 | 0.72 |
| Hex | DF | C3 | 90 | 0 | D | 23 | D | 27 | 37 | 48 |
| Octal | 337 | 303 | 220 | 0 | 15 | 43 | 15 | 47 | 67 | 110 |
| Binary | 11011111 | 11000011 | 10010000 | 0 | 1101 | 100011 | 1101 | 100111 | 110111 | 1001000 |
Color Harmonies of #DFC390
Complementary color
Monochromatic Colors of #DFC390
Black with #DFC390
Text Example
Text Example
White with #DFC390
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC390; }
p { color: rgb(223,195,144); }
H1.HeaderClassName
{
color: #DFC390;
}
.AnyTagClassName
{
color: #DFC390;
}
</style>
background-color css
<style>
a { background-color: #DFC390; }
a { background-color: rgb(223,195,144); }
div.DivClassName
{
background-color: #DFC390;
}
.BgClassName
{
background-color: #DFC390;
}
</style>
border-color css
<style>
span { border-color: #DFC390; }
span { border-color: rgb(223,195,144); }
td.TdClassName
{
border-color: #DFC390;
}
.TagClassName
{
border-color: #DFC390;
}
</style>