Shades of New Orleans #DFC28B
Tints of New Orleans #DFC28B
RGB
CMYK
RGB Variations
Color information
#DFC28B (or 0xDFC28B) is known color: New Orleans. HEX triplet: DF, C2 and 8B. RGB value is (223,194,139). Sum of RGB (Red+Green+Blue) = 223+194+139=556 (73% of max value = 765). Red value is 223 (87.5% from 255 or 40.11% from 556); Green value is 194 (76.17% from 255 or 34.89% from 556); Blue value is 139 (54.69% from 255 or 25% from 556); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC28B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFC28B is #203D74. Grayscale: #C4C4C4. Windows color (decimal): -2112885 or 9159391. OLE color: 9159391.
HSL color Cylindrical-coordinate representation of color #DFC28B: hue angle of 39.29º 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 #DFC28B is Cyan = 0, Magento = 0.13, Yellow = 0.38 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 194 | 139 | - |
| CMYK | 0 | 0.13 | 0.38 | 0.13 |
| HSL | 39.29º | 0.57% | 0.71% | - |
| HSV(B) | 39.29º | 0.38% | 0.87% | - |
| XYZ | 54.38 | 56.14 | 32.4 | - |
| YUV | 196.4 | 95.61 | 146.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 194 | 139 | 0 | 0.13 | 0.38 | 0.13 | 39.29 | 0.57 | 0.71 |
| Hex | DF | C2 | 8B | 0 | D | 26 | D | 27 | 39 | 47 |
| Octal | 337 | 302 | 213 | 0 | 15 | 46 | 15 | 47 | 71 | 107 |
| Binary | 11011111 | 11000010 | 10001011 | 0 | 1101 | 100110 | 1101 | 100111 | 111001 | 1000111 |
Color Harmonies of #DFC28B
Complementary color
Monochromatic Colors of #DFC28B
Black with #DFC28B
Text Example
Text Example
White with #DFC28B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC28B; }
p { color: rgb(223,194,139); }
H1.HeaderClassName
{
color: #DFC28B;
}
.AnyTagClassName
{
color: #DFC28B;
}
</style>
background-color css
<style>
a { background-color: #DFC28B; }
a { background-color: rgb(223,194,139); }
div.DivClassName
{
background-color: #DFC28B;
}
.BgClassName
{
background-color: #DFC28B;
}
</style>
border-color css
<style>
span { border-color: #DFC28B; }
span { border-color: rgb(223,194,139); }
td.TdClassName
{
border-color: #DFC28B;
}
.TagClassName
{
border-color: #DFC28B;
}
</style>