Shades of New Orleans #DFC48D
Tints of New Orleans #DFC48D
RGB
CMYK
RGB Variations
Color information
#DFC48D (or 0xDFC48D) is known color: New Orleans. HEX triplet: DF, C4 and 8D. RGB value is (223,196,141). Sum of RGB (Red+Green+Blue) = 223+196+141=560 (74% of max value = 765). Red value is 223 (87.5% from 255 or 39.82% from 560); Green value is 196 (76.95% from 255 or 35% from 560); Blue value is 141 (55.47% from 255 or 25.18% from 560); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC48D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFC48D is #203B72. Grayscale: #C6C6C6. Windows color (decimal): -2112371 or 9290975. OLE color: 9290975.
HSL color Cylindrical-coordinate representation of color #DFC48D: hue angle of 40.24º 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 #DFC48D is Cyan = 0, Magento = 0.12, Yellow = 0.37 and Black (K on CMYK) = 0.13.
Color convert
RGB | 223 | 196 | 141 | - |
CMYK | 0 | 0.12 | 0.37 | 0.13 |
HSL | 40.24º | 0.56% | 0.71% | - |
HSV(B) | 40.24º | 0.37% | 0.87% | - |
XYZ | 54.98 | 57.09 | 33.32 | - |
YUV | 197.8 | 95.95 | 145.97 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 223 | 196 | 141 | 0 | 0.12 | 0.37 | 0.13 | 40.24 | 0.56 | 0.71 |
Hex | DF | C4 | 8D | 0 | C | 25 | D | 28 | 38 | 47 |
Octal | 337 | 304 | 215 | 0 | 14 | 45 | 15 | 50 | 70 | 107 |
Binary | 11011111 | 11000100 | 10001101 | 0 | 1100 | 100101 | 1101 | 101000 | 111000 | 1000111 |
Color Harmonies of #DFC48D
Complementary color
Monochromatic Colors of #DFC48D
Black with #DFC48D
Text Example
Text Example
White with #DFC48D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC48D; }
p { color: rgb(223,196,141); }
H1.HeaderClassName
{
color: #DFC48D;
}
.AnyTagClassName
{
color: #DFC48D;
}
</style>
background-color css
<style>
a { background-color: #DFC48D; }
a { background-color: rgb(223,196,141); }
div.DivClassName
{
background-color: #DFC48D;
}
.BgClassName
{
background-color: #DFC48D;
}
</style>
border-color css
<style>
span { border-color: #DFC48D; }
span { border-color: rgb(223,196,141); }
td.TdClassName
{
border-color: #DFC48D;
}
.TagClassName
{
border-color: #DFC48D;
}
</style>