Shades of New Orleans #DFC38D
Tints of New Orleans #DFC38D
RGB
CMYK
RGB Variations
Color information
#DFC38D (or 0xDFC38D) is known color: New Orleans. HEX triplet: DF, C3 and 8D. RGB value is (223,195,141). Sum of RGB (Red+Green+Blue) = 223+195+141=559 (74% of max value = 765). Red value is 223 (87.5% from 255 or 39.89% from 559); Green value is 195 (76.56% from 255 or 34.88% from 559); Blue value is 141 (55.47% from 255 or 25.22% from 559); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC38D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFC38D is #203C72. Grayscale: #C5C5C5. Windows color (decimal): -2112627 or 9290719. OLE color: 9290719.
HSL color Cylindrical-coordinate representation of color #DFC38D: hue angle of 39.51º degrees, saturation: 0.56, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #DFC38D is Cyan = 0, Magento = 0.13, Yellow = 0.37 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 195 | 141 | - |
| CMYK | 0 | 0.13 | 0.37 | 0.13 |
| HSL | 39.51º | 0.56% | 0.71% | - |
| HSV(B) | 39.51º | 0.37% | 0.87% | - |
| XYZ | 54.75 | 56.64 | 33.25 | - |
| YUV | 197.22 | 96.28 | 146.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 195 | 141 | 0 | 0.13 | 0.37 | 0.13 | 39.51 | 0.56 | 0.71 |
| Hex | DF | C3 | 8D | 0 | D | 25 | D | 28 | 38 | 47 |
| Octal | 337 | 303 | 215 | 0 | 15 | 45 | 15 | 50 | 70 | 107 |
| Binary | 11011111 | 11000011 | 10001101 | 0 | 1101 | 100101 | 1101 | 101000 | 111000 | 1000111 |
Color Harmonies of #DFC38D
Complementary color
Monochromatic Colors of #DFC38D
Black with #DFC38D
Text Example
Text Example
White with #DFC38D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC38D; }
p { color: rgb(223,195,141); }
H1.HeaderClassName
{
color: #DFC38D;
}
.AnyTagClassName
{
color: #DFC38D;
}
</style>
background-color css
<style>
a { background-color: #DFC38D; }
a { background-color: rgb(223,195,141); }
div.DivClassName
{
background-color: #DFC38D;
}
.BgClassName
{
background-color: #DFC38D;
}
</style>
border-color css
<style>
span { border-color: #DFC38D; }
span { border-color: rgb(223,195,141); }
td.TdClassName
{
border-color: #DFC38D;
}
.TagClassName
{
border-color: #DFC38D;
}
</style>