Shades of New Orleans #DFC28E
Tints of New Orleans #DFC28E
RGB
CMYK
RGB Variations
Color information
#DFC28E (or 0xDFC28E) is known color: New Orleans. HEX triplet: DF, C2 and 8E. RGB value is (223,194,142). Sum of RGB (Red+Green+Blue) = 223+194+142=559 (74% of max value = 765). Red value is 223 (87.5% from 255 or 39.89% from 559); Green value is 194 (76.17% from 255 or 34.70% from 559); Blue value is 142 (55.86% from 255 or 25.40% from 559); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC28E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFC28E is #203D71. Grayscale: #C4C4C4. Windows color (decimal): -2112882 or 9355999. OLE color: 9355999.
HSL color Cylindrical-coordinate representation of color #DFC28E: hue angle of 38.52º 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 #DFC28E is Cyan = 0, Magento = 0.13, Yellow = 0.36 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 194 | 142 | - |
| CMYK | 0 | 0.13 | 0.36 | 0.13 |
| HSL | 38.52º | 0.56% | 0.72% | - |
| HSV(B) | 38.52º | 0.36% | 0.87% | - |
| XYZ | 54.61 | 56.22 | 33.57 | - |
| YUV | 196.74 | 97.11 | 146.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 194 | 142 | 0 | 0.13 | 0.36 | 0.13 | 38.52 | 0.56 | 0.72 |
| Hex | DF | C2 | 8E | 0 | D | 24 | D | 27 | 38 | 48 |
| Octal | 337 | 302 | 216 | 0 | 15 | 44 | 15 | 47 | 70 | 110 |
| Binary | 11011111 | 11000010 | 10001110 | 0 | 1101 | 100100 | 1101 | 100111 | 111000 | 1001000 |
Color Harmonies of #DFC28E
Complementary color
Monochromatic Colors of #DFC28E
Black with #DFC28E
Text Example
Text Example
White with #DFC28E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC28E; }
p { color: rgb(223,194,142); }
H1.HeaderClassName
{
color: #DFC28E;
}
.AnyTagClassName
{
color: #DFC28E;
}
</style>
background-color css
<style>
a { background-color: #DFC28E; }
a { background-color: rgb(223,194,142); }
div.DivClassName
{
background-color: #DFC28E;
}
.BgClassName
{
background-color: #DFC28E;
}
</style>
border-color css
<style>
span { border-color: #DFC28E; }
span { border-color: rgb(223,194,142); }
td.TdClassName
{
border-color: #DFC28E;
}
.TagClassName
{
border-color: #DFC28E;
}
</style>