Shades of Rob Roy #DFA956
Tints of Rob Roy #DFA956
RGB
CMYK
RGB Variations
Color information
#DFA956 (or 0xDFA956) is known color: Rob Roy. HEX triplet: DF, A9 and 56. RGB value is (223,169,86). Sum of RGB (Red+Green+Blue) = 223+169+86=478 (63% of max value = 765). Red value is 223 (87.5% from 255 or 46.65% from 478); Green value is 169 (66.41% from 255 or 35.36% from 478); Blue value is 86 (33.98% from 255 or 17.99% from 478); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA956 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DFA956 is #2056A9. Grayscale: #B0B0B0. Windows color (decimal): -2119338 or 5679583. OLE color: 5679583.
HSL color Cylindrical-coordinate representation of color #DFA956: hue angle of 36.35º 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 #DFA956 is Cyan = 0, Magento = 0.24, Yellow = 0.61 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 169 | 86 | - |
| CMYK | 0 | 0.24 | 0.61 | 0.13 |
| HSL | 36.35º | 0.68% | 0.61% | - |
| HSV(B) | 36.35º | 0.61% | 0.87% | - |
| XYZ | 46.3 | 44.74 | 15 | - |
| YUV | 175.68 | 77.39 | 161.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 169 | 86 | 0 | 0.24 | 0.61 | 0.13 | 36.35 | 0.68 | 0.61 |
| Hex | DF | A9 | 56 | 0 | 18 | 3D | D | 24 | 44 | 3D |
| Octal | 337 | 251 | 126 | 0 | 30 | 75 | 15 | 44 | 104 | 75 |
| Binary | 11011111 | 10101001 | 1010110 | 0 | 11000 | 111101 | 1101 | 100100 | 1000100 | 111101 |
Color Harmonies of #DFA956
Complementary color
Monochromatic Colors of #DFA956
Black with #DFA956
Text Example
Text Example
White with #DFA956
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFA956; }
p { color: rgb(223,169,86); }
H1.HeaderClassName
{
color: #DFA956;
}
.AnyTagClassName
{
color: #DFA956;
}
</style>
background-color css
<style>
a { background-color: #DFA956; }
a { background-color: rgb(223,169,86); }
div.DivClassName
{
background-color: #DFA956;
}
.BgClassName
{
background-color: #DFA956;
}
</style>
border-color css
<style>
span { border-color: #DFA956; }
span { border-color: rgb(223,169,86); }
td.TdClassName
{
border-color: #DFA956;
}
.TagClassName
{
border-color: #DFA956;
}
</style>