Shades of New Orleans #DFC78F
Tints of New Orleans #DFC78F
RGB
CMYK
RGB Variations
Color information
#DFC78F (or 0xDFC78F) is known color: New Orleans. HEX triplet: DF, C7 and 8F. RGB value is (223,199,143). Sum of RGB (Red+Green+Blue) = 223+199+143=565 (74% of max value = 765). Red value is 223 (87.5% from 255 or 39.47% from 565); Green value is 199 (78.12% from 255 or 35.22% from 565); Blue value is 143 (56.25% from 255 or 25.31% from 565); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC78F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFC78F is #203870. Grayscale: #C8C8C8. Windows color (decimal): -2111601 or 9422815. OLE color: 9422815.
HSL color Cylindrical-coordinate representation of color #DFC78F: hue angle of 42º degrees, saturation: 0.56, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #DFC78F is Cyan = 0, Magento = 0.11, Yellow = 0.36 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 199 | 143 | - |
| CMYK | 0 | 0.11 | 0.36 | 0.13 |
| HSL | 42º | 0.56% | 0.72% | - |
| HSV(B) | 42º | 0.36% | 0.87% | - |
| XYZ | 55.81 | 58.52 | 34.34 | - |
| YUV | 199.79 | 95.95 | 144.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 199 | 143 | 0 | 0.11 | 0.36 | 0.13 | 42 | 0.56 | 0.72 |
| Hex | DF | C7 | 8F | 0 | B | 24 | D | 2A | 38 | 48 |
| Octal | 337 | 307 | 217 | 0 | 13 | 44 | 15 | 52 | 70 | 110 |
| Binary | 11011111 | 11000111 | 10001111 | 0 | 1011 | 100100 | 1101 | 101010 | 111000 | 1001000 |
Color Harmonies of #DFC78F
Complementary color
Monochromatic Colors of #DFC78F
Black with #DFC78F
Text Example
Text Example
White with #DFC78F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC78F; }
p { color: rgb(223,199,143); }
H1.HeaderClassName
{
color: #DFC78F;
}
.AnyTagClassName
{
color: #DFC78F;
}
</style>
background-color css
<style>
a { background-color: #DFC78F; }
a { background-color: rgb(223,199,143); }
div.DivClassName
{
background-color: #DFC78F;
}
.BgClassName
{
background-color: #DFC78F;
}
</style>
border-color css
<style>
span { border-color: #DFC78F; }
span { border-color: rgb(223,199,143); }
td.TdClassName
{
border-color: #DFC78F;
}
.TagClassName
{
border-color: #DFC78F;
}
</style>