Shades of New Orleans #DFC88E
Tints of New Orleans #DFC88E
RGB
CMYK
RGB Variations
Color information
#DFC88E (or 0xDFC88E) is known color: New Orleans. HEX triplet: DF, C8 and 8E. RGB value is (223,200,142). Sum of RGB (Red+Green+Blue) = 223+200+142=565 (74% of max value = 765). Red value is 223 (87.5% from 255 or 39.47% from 565); Green value is 200 (78.52% from 255 or 35.40% from 565); Blue value is 142 (55.86% from 255 or 25.13% from 565); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC88E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFC88E is #203771. Grayscale: #C8C8C8. Windows color (decimal): -2111346 or 9357535. OLE color: 9357535.
HSL color Cylindrical-coordinate representation of color #DFC88E: hue angle of 42.96º 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 #DFC88E is Cyan = 0, Magento = 0.10, Yellow = 0.36 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 200 | 142 | - |
| CMYK | 0 | 0.10 | 0.36 | 0.13 |
| HSL | 42.96º | 0.56% | 0.72% | - |
| HSV(B) | 42.96º | 0.36% | 0.87% | - |
| XYZ | 55.97 | 58.95 | 34.02 | - |
| YUV | 200.27 | 95.12 | 144.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 200 | 142 | 0 | 0.10 | 0.36 | 0.13 | 42.96 | 0.56 | 0.72 |
| Hex | DF | C8 | 8E | 0 | A | 24 | D | 2B | 38 | 48 |
| Octal | 337 | 310 | 216 | 0 | 12 | 44 | 15 | 53 | 70 | 110 |
| Binary | 11011111 | 11001000 | 10001110 | 0 | 1010 | 100100 | 1101 | 101011 | 111000 | 1001000 |
Color Harmonies of #DFC88E
Complementary color
Monochromatic Colors of #DFC88E
Black with #DFC88E
Text Example
Text Example
White with #DFC88E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC88E; }
p { color: rgb(223,200,142); }
H1.HeaderClassName
{
color: #DFC88E;
}
.AnyTagClassName
{
color: #DFC88E;
}
</style>
background-color css
<style>
a { background-color: #DFC88E; }
a { background-color: rgb(223,200,142); }
div.DivClassName
{
background-color: #DFC88E;
}
.BgClassName
{
background-color: #DFC88E;
}
</style>
border-color css
<style>
span { border-color: #DFC88E; }
span { border-color: rgb(223,200,142); }
td.TdClassName
{
border-color: #DFC88E;
}
.TagClassName
{
border-color: #DFC88E;
}
</style>