Shades of New Orleans #DFC38A
Tints of New Orleans #DFC38A
RGB
CMYK
RGB Variations
Color information
#DFC38A (or 0xDFC38A) is known color: New Orleans. HEX triplet: DF, C3 and 8A. RGB value is (223,195,138). Sum of RGB (Red+Green+Blue) = 223+195+138=556 (73% of max value = 765). Red value is 223 (87.5% from 255 or 40.11% from 556); Green value is 195 (76.56% from 255 or 35.07% from 556); Blue value is 138 (54.30% from 255 or 24.82% from 556); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC38A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFC38A is #203C75. Grayscale: #C5C5C5. Windows color (decimal): -2112630 or 9094111. OLE color: 9094111.
HSL color Cylindrical-coordinate representation of color #DFC38A: hue angle of 40.24º degrees, saturation: 0.57, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DFC38A is Cyan = 0, Magento = 0.13, Yellow = 0.38 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 195 | 138 | - |
| CMYK | 0 | 0.13 | 0.38 | 0.13 |
| HSL | 40.24º | 0.57% | 0.71% | - |
| HSV(B) | 40.24º | 0.38% | 0.87% | - |
| XYZ | 54.53 | 56.55 | 32.09 | - |
| YUV | 196.87 | 94.78 | 146.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 195 | 138 | 0 | 0.13 | 0.38 | 0.13 | 40.24 | 0.57 | 0.71 |
| Hex | DF | C3 | 8A | 0 | D | 26 | D | 28 | 39 | 47 |
| Octal | 337 | 303 | 212 | 0 | 15 | 46 | 15 | 50 | 71 | 107 |
| Binary | 11011111 | 11000011 | 10001010 | 0 | 1101 | 100110 | 1101 | 101000 | 111001 | 1000111 |
Color Harmonies of #DFC38A
Complementary color
Monochromatic Colors of #DFC38A
Black with #DFC38A
Text Example
Text Example
White with #DFC38A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC38A; }
p { color: rgb(223,195,138); }
H1.HeaderClassName
{
color: #DFC38A;
}
.AnyTagClassName
{
color: #DFC38A;
}
</style>
background-color css
<style>
a { background-color: #DFC38A; }
a { background-color: rgb(223,195,138); }
div.DivClassName
{
background-color: #DFC38A;
}
.BgClassName
{
background-color: #DFC38A;
}
</style>
border-color css
<style>
span { border-color: #DFC38A; }
span { border-color: rgb(223,195,138); }
td.TdClassName
{
border-color: #DFC38A;
}
.TagClassName
{
border-color: #DFC38A;
}
</style>