Shades of Rob Roy #DFA957
Tints of Rob Roy #DFA957
RGB
CMYK
RGB Variations
Color information
#DFA957 (or 0xDFA957) is known color: Rob Roy. HEX triplet: DF, A9 and 57. RGB value is (223,169,87). Sum of RGB (Red+Green+Blue) = 223+169+87=479 (63% of max value = 765). Red value is 223 (87.5% from 255 or 46.56% from 479); Green value is 169 (66.41% from 255 or 35.28% from 479); Blue value is 87 (34.38% from 255 or 18.16% from 479); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA957 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DFA957 is #2056A8. Grayscale: #B0B0B0. Windows color (decimal): -2119337 or 5745119. OLE color: 5745119.
HSL color Cylindrical-coordinate representation of color #DFA957: hue angle of 36.18º degrees, saturation: 0.68, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #DFA957 is Cyan = 0, Magento = 0.24, Yellow = 0.61 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 169 | 87 | - |
| CMYK | 0 | 0.24 | 0.61 | 0.13 |
| HSL | 36.18º | 0.68% | 0.61% | - |
| HSV(B) | 36.18º | 0.61% | 0.87% | - |
| XYZ | 46.34 | 44.75 | 15.21 | - |
| YUV | 175.8 | 77.89 | 161.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 169 | 87 | 0 | 0.24 | 0.61 | 0.13 | 36.18 | 0.68 | 0.61 |
| Hex | DF | A9 | 57 | 0 | 18 | 3D | D | 24 | 44 | 3D |
| Octal | 337 | 251 | 127 | 0 | 30 | 75 | 15 | 44 | 104 | 75 |
| Binary | 11011111 | 10101001 | 1010111 | 0 | 11000 | 111101 | 1101 | 100100 | 1000100 | 111101 |
Color Harmonies of #DFA957
Complementary color
Monochromatic Colors of #DFA957
Black with #DFA957
Text Example
Text Example
White with #DFA957
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFA957; }
p { color: rgb(223,169,87); }
H1.HeaderClassName
{
color: #DFA957;
}
.AnyTagClassName
{
color: #DFA957;
}
</style>
background-color css
<style>
a { background-color: #DFA957; }
a { background-color: rgb(223,169,87); }
div.DivClassName
{
background-color: #DFA957;
}
.BgClassName
{
background-color: #DFA957;
}
</style>
border-color css
<style>
span { border-color: #DFA957; }
span { border-color: rgb(223,169,87); }
td.TdClassName
{
border-color: #DFA957;
}
.TagClassName
{
border-color: #DFA957;
}
</style>