Shades of Rob Roy #DFA659
Tints of Rob Roy #DFA659
RGB
CMYK
RGB Variations
Color information
#DFA659 (or 0xDFA659) is known color: Rob Roy. HEX triplet: DF, A6 and 59. RGB value is (223,166,89). Sum of RGB (Red+Green+Blue) = 223+166+89=478 (63% of max value = 765). Red value is 223 (87.5% from 255 or 46.65% from 478); Green value is 166 (65.23% from 255 or 34.73% from 478); Blue value is 89 (35.16% from 255 or 18.62% from 478); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA659 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DFA659 is #2059A6. Grayscale: #AEAEAE. Windows color (decimal): -2120103 or 5875423. OLE color: 5875423.
HSL color Cylindrical-coordinate representation of color #DFA659: hue angle of 34.48º 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 #DFA659 is Cyan = 0, Magento = 0.26, Yellow = 0.60 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 166 | 89 | - |
| CMYK | 0 | 0.26 | 0.60 | 0.13 |
| HSL | 34.48º | 0.68% | 0.61% | - |
| HSV(B) | 34.48º | 0.6% | 0.87% | - |
| XYZ | 45.87 | 43.68 | 15.46 | - |
| YUV | 174.27 | 79.88 | 162.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 166 | 89 | 0 | 0.26 | 0.60 | 0.13 | 34.48 | 0.68 | 0.61 |
| Hex | DF | A6 | 59 | 0 | 1A | 3C | D | 22 | 44 | 3D |
| Octal | 337 | 246 | 131 | 0 | 32 | 74 | 15 | 42 | 104 | 75 |
| Binary | 11011111 | 10100110 | 1011001 | 0 | 11010 | 111100 | 1101 | 100010 | 1000100 | 111101 |
Color Harmonies of #DFA659
Complementary color
Monochromatic Colors of #DFA659
Black with #DFA659
Text Example
Text Example
White with #DFA659
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFA659; }
p { color: rgb(223,166,89); }
H1.HeaderClassName
{
color: #DFA659;
}
.AnyTagClassName
{
color: #DFA659;
}
</style>
background-color css
<style>
a { background-color: #DFA659; }
a { background-color: rgb(223,166,89); }
div.DivClassName
{
background-color: #DFA659;
}
.BgClassName
{
background-color: #DFA659;
}
</style>
border-color css
<style>
span { border-color: #DFA659; }
span { border-color: rgb(223,166,89); }
td.TdClassName
{
border-color: #DFA659;
}
.TagClassName
{
border-color: #DFA659;
}
</style>