Shades of Rob Roy #DFAC59
Tints of Rob Roy #DFAC59
RGB
CMYK
RGB Variations
Color information
#DFAC59 (or 0xDFAC59) is known color: Rob Roy. HEX triplet: DF, AC and 59. RGB value is (223,172,89). Sum of RGB (Red+Green+Blue) = 223+172+89=484 (64% of max value = 765). Red value is 223 (87.5% from 255 or 46.07% from 484); Green value is 172 (67.58% from 255 or 35.54% from 484); Blue value is 89 (35.16% from 255 or 18.39% from 484); Max value from RGB is 223 - color contains mainly: red. Hex color #DFAC59 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DFAC59 is #2053A6. Grayscale: #B2B2B2. Windows color (decimal): -2118567 or 5876959. OLE color: 5876959.
HSL color Cylindrical-coordinate representation of color #DFAC59: hue angle of 37.16º degrees, saturation: 0.68, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DFAC59 is Cyan = 0, Magento = 0.23, Yellow = 0.60 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 172 | 89 | - |
| CMYK | 0 | 0.23 | 0.60 | 0.13 |
| HSL | 37.16º | 0.68% | 0.61% | - |
| HSV(B) | 37.16º | 0.6% | 0.87% | - |
| XYZ | 46.99 | 45.91 | 15.84 | - |
| YUV | 177.79 | 77.9 | 160.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 172 | 89 | 0 | 0.23 | 0.60 | 0.13 | 37.16 | 0.68 | 0.61 |
| Hex | DF | AC | 59 | 0 | 17 | 3C | D | 25 | 44 | 3D |
| Octal | 337 | 254 | 131 | 0 | 27 | 74 | 15 | 45 | 104 | 75 |
| Binary | 11011111 | 10101100 | 1011001 | 0 | 10111 | 111100 | 1101 | 100101 | 1000100 | 111101 |
Color Harmonies of #DFAC59
Complementary color
Monochromatic Colors of #DFAC59
Black with #DFAC59
Text Example
Text Example
White with #DFAC59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFAC59; }
p { color: rgb(223,172,89); }
H1.HeaderClassName
{
color: #DFAC59;
}
.AnyTagClassName
{
color: #DFAC59;
}
</style>
background-color css
<style>
a { background-color: #DFAC59; }
a { background-color: rgb(223,172,89); }
div.DivClassName
{
background-color: #DFAC59;
}
.BgClassName
{
background-color: #DFAC59;
}
</style>
border-color css
<style>
span { border-color: #DFAC59; }
span { border-color: rgb(223,172,89); }
td.TdClassName
{
border-color: #DFAC59;
}
.TagClassName
{
border-color: #DFAC59;
}
</style>