Shades of Rob Roy #DFA950
Tints of Rob Roy #DFA950
RGB
CMYK
RGB Variations
Color information
#DFA950 (or 0xDFA950) is known color: Rob Roy. HEX triplet: DF, A9 and 50. RGB value is (223,169,80). Sum of RGB (Red+Green+Blue) = 223+169+80=472 (62% of max value = 765). Red value is 223 (87.5% from 255 or 47.25% from 472); Green value is 169 (66.41% from 255 or 35.81% from 472); Blue value is 80 (31.64% from 255 or 16.95% from 472); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA950 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DFA950 is #2056AF. Grayscale: #AFAFAF. Windows color (decimal): -2119344 or 5286367. OLE color: 5286367.
HSL color Cylindrical-coordinate representation of color #DFA950: hue angle of 37.34º degrees, saturation: 0.69, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #DFA950 is Cyan = 0, Magento = 0.24, Yellow = 0.64 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 169 | 80 | - |
| CMYK | 0 | 0.24 | 0.64 | 0.13 |
| HSL | 37.34º | 0.69% | 0.59% | - |
| HSV(B) | 37.34º | 0.64% | 0.87% | - |
| XYZ | 46.07 | 44.64 | 13.78 | - |
| YUV | 175 | 74.39 | 162.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 169 | 80 | 0 | 0.24 | 0.64 | 0.13 | 37.34 | 0.69 | 0.59 |
| Hex | DF | A9 | 50 | 0 | 18 | 40 | D | 25 | 45 | 3B |
| Octal | 337 | 251 | 120 | 0 | 30 | 100 | 15 | 45 | 105 | 73 |
| Binary | 11011111 | 10101001 | 1010000 | 0 | 11000 | 1000000 | 1101 | 100101 | 1000101 | 111011 |
Color Harmonies of #DFA950
Complementary color
Monochromatic Colors of #DFA950
Black with #DFA950
Text Example
Text Example
White with #DFA950
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFA950; }
p { color: rgb(223,169,80); }
H1.HeaderClassName
{
color: #DFA950;
}
.AnyTagClassName
{
color: #DFA950;
}
</style>
background-color css
<style>
a { background-color: #DFA950; }
a { background-color: rgb(223,169,80); }
div.DivClassName
{
background-color: #DFA950;
}
.BgClassName
{
background-color: #DFA950;
}
</style>
border-color css
<style>
span { border-color: #DFA950; }
span { border-color: rgb(223,169,80); }
td.TdClassName
{
border-color: #DFA950;
}
.TagClassName
{
border-color: #DFA950;
}
</style>