Shades of New Orleans #DFC492
Tints of New Orleans #DFC492
RGB
CMYK
RGB Variations
Color information
#DFC492 (or 0xDFC492) is known color: New Orleans. HEX triplet: DF, C4 and 92. RGB value is (223,196,146). Sum of RGB (Red+Green+Blue) = 223+196+146=565 (74% of max value = 765). Red value is 223 (87.5% from 255 or 39.47% from 565); Green value is 196 (76.95% from 255 or 34.69% from 565); Blue value is 146 (57.42% from 255 or 25.84% from 565); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC492 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFC492 is #203B6D. Grayscale: #C6C6C6. Windows color (decimal): -2112366 or 9618655. OLE color: 9618655.
HSL color Cylindrical-coordinate representation of color #DFC492: hue angle of 38.96º 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 #DFC492 is Cyan = 0, Magento = 0.12, Yellow = 0.35 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 196 | 146 | - |
| CMYK | 0 | 0.12 | 0.35 | 0.13 |
| HSL | 38.96º | 0.55% | 0.72% | - |
| HSV(B) | 38.96º | 0.35% | 0.87% | - |
| XYZ | 55.36 | 57.24 | 35.33 | - |
| YUV | 198.37 | 98.45 | 145.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 196 | 146 | 0 | 0.12 | 0.35 | 0.13 | 38.96 | 0.55 | 0.72 |
| Hex | DF | C4 | 92 | 0 | C | 23 | D | 27 | 37 | 48 |
| Octal | 337 | 304 | 222 | 0 | 14 | 43 | 15 | 47 | 67 | 110 |
| Binary | 11011111 | 11000100 | 10010010 | 0 | 1100 | 100011 | 1101 | 100111 | 110111 | 1001000 |
Color Harmonies of #DFC492
Complementary color
Monochromatic Colors of #DFC492
Black with #DFC492
Text Example
Text Example
White with #DFC492
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC492; }
p { color: rgb(223,196,146); }
H1.HeaderClassName
{
color: #DFC492;
}
.AnyTagClassName
{
color: #DFC492;
}
</style>
background-color css
<style>
a { background-color: #DFC492; }
a { background-color: rgb(223,196,146); }
div.DivClassName
{
background-color: #DFC492;
}
.BgClassName
{
background-color: #DFC492;
}
</style>
border-color css
<style>
span { border-color: #DFC492; }
span { border-color: rgb(223,196,146); }
td.TdClassName
{
border-color: #DFC492;
}
.TagClassName
{
border-color: #DFC492;
}
</style>