Shades of New Orleans #DFC38B
Tints of New Orleans #DFC38B
RGB
CMYK
RGB Variations
Color information
#DFC38B (or 0xDFC38B) is known color: New Orleans. HEX triplet: DF, C3 and 8B. RGB value is (223,195,139). Sum of RGB (Red+Green+Blue) = 223+195+139=557 (73% of max value = 765). Red value is 223 (87.5% from 255 or 40.04% from 557); Green value is 195 (76.56% from 255 or 35.01% from 557); Blue value is 139 (54.69% from 255 or 24.96% from 557); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC38B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFC38B is #203C74. Grayscale: #C5C5C5. Windows color (decimal): -2112629 or 9159647. OLE color: 9159647.
HSL color Cylindrical-coordinate representation of color #DFC38B: hue angle of 40º 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 #DFC38B is Cyan = 0, Magento = 0.13, Yellow = 0.38 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 195 | 139 | - |
| CMYK | 0 | 0.13 | 0.38 | 0.13 |
| HSL | 40º | 0.57% | 0.71% | - |
| HSV(B) | 40º | 0.38% | 0.87% | - |
| XYZ | 54.61 | 56.58 | 32.47 | - |
| YUV | 196.99 | 95.28 | 146.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 195 | 139 | 0 | 0.13 | 0.38 | 0.13 | 40 | 0.57 | 0.71 |
| Hex | DF | C3 | 8B | 0 | D | 26 | D | 28 | 39 | 47 |
| Octal | 337 | 303 | 213 | 0 | 15 | 46 | 15 | 50 | 71 | 107 |
| Binary | 11011111 | 11000011 | 10001011 | 0 | 1101 | 100110 | 1101 | 101000 | 111001 | 1000111 |
Color Harmonies of #DFC38B
Complementary color
Monochromatic Colors of #DFC38B
Black with #DFC38B
Text Example
Text Example
White with #DFC38B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC38B; }
p { color: rgb(223,195,139); }
H1.HeaderClassName
{
color: #DFC38B;
}
.AnyTagClassName
{
color: #DFC38B;
}
</style>
background-color css
<style>
a { background-color: #DFC38B; }
a { background-color: rgb(223,195,139); }
div.DivClassName
{
background-color: #DFC38B;
}
.BgClassName
{
background-color: #DFC38B;
}
</style>
border-color css
<style>
span { border-color: #DFC38B; }
span { border-color: rgb(223,195,139); }
td.TdClassName
{
border-color: #DFC38B;
}
.TagClassName
{
border-color: #DFC38B;
}
</style>