Shades of Rob Roy #DFA759
Tints of Rob Roy #DFA759
RGB
CMYK
RGB Variations
Color information
#DFA759 (or 0xDFA759) is known color: Rob Roy. HEX triplet: DF, A7 and 59. RGB value is (223,167,89). Sum of RGB (Red+Green+Blue) = 223+167+89=479 (63% of max value = 765). Red value is 223 (87.5% from 255 or 46.56% from 479); Green value is 167 (65.62% from 255 or 34.86% from 479); Blue value is 89 (35.16% from 255 or 18.58% from 479); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA759 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DFA759 is #2058A6. Grayscale: #AFAFAF. Windows color (decimal): -2119847 or 5875679. OLE color: 5875679.
HSL color Cylindrical-coordinate representation of color #DFA759: hue angle of 34.93º 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 #DFA759 is Cyan = 0, Magento = 0.25, Yellow = 0.60 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 167 | 89 | - |
| CMYK | 0 | 0.25 | 0.60 | 0.13 |
| HSL | 34.93º | 0.68% | 0.61% | - |
| HSV(B) | 34.93º | 0.6% | 0.87% | - |
| XYZ | 46.05 | 44.05 | 15.53 | - |
| YUV | 174.85 | 79.55 | 162.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 167 | 89 | 0 | 0.25 | 0.60 | 0.13 | 34.93 | 0.68 | 0.61 |
| Hex | DF | A7 | 59 | 0 | 19 | 3C | D | 23 | 44 | 3D |
| Octal | 337 | 247 | 131 | 0 | 31 | 74 | 15 | 43 | 104 | 75 |
| Binary | 11011111 | 10100111 | 1011001 | 0 | 11001 | 111100 | 1101 | 100011 | 1000100 | 111101 |
Color Harmonies of #DFA759
Complementary color
Monochromatic Colors of #DFA759
Black with #DFA759
Text Example
Text Example
White with #DFA759
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFA759; }
p { color: rgb(223,167,89); }
H1.HeaderClassName
{
color: #DFA759;
}
.AnyTagClassName
{
color: #DFA759;
}
</style>
background-color css
<style>
a { background-color: #DFA759; }
a { background-color: rgb(223,167,89); }
div.DivClassName
{
background-color: #DFA759;
}
.BgClassName
{
background-color: #DFA759;
}
</style>
border-color css
<style>
span { border-color: #DFA759; }
span { border-color: rgb(223,167,89); }
td.TdClassName
{
border-color: #DFA759;
}
.TagClassName
{
border-color: #DFA759;
}
</style>