Shades of Rob Roy #DFA94F
Tints of Rob Roy #DFA94F
RGB
CMYK
RGB Variations
Color information
#DFA94F (or 0xDFA94F) is known color: Rob Roy. HEX triplet: DF, A9 and 4F. RGB value is (223,169,79). Sum of RGB (Red+Green+Blue) = 223+169+79=471 (62% of max value = 765). Red value is 223 (87.5% from 255 or 47.35% from 471); Green value is 169 (66.41% from 255 or 35.88% from 471); Blue value is 79 (31.25% from 255 or 16.77% from 471); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA94F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DFA94F is #2056B0. Grayscale: #AFAFAF. Windows color (decimal): -2119345 or 5220831. OLE color: 5220831.
HSL color Cylindrical-coordinate representation of color #DFA94F: hue angle of 37.5º degrees, saturation: 0.69, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #DFA94F is Cyan = 0, Magento = 0.24, Yellow = 0.65 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 169 | 79 | - |
| CMYK | 0 | 0.24 | 0.65 | 0.13 |
| HSL | 37.5º | 0.69% | 0.59% | - |
| HSV(B) | 37.5º | 0.65% | 0.87% | - |
| XYZ | 46.03 | 44.63 | 13.59 | - |
| YUV | 174.89 | 73.89 | 162.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 169 | 79 | 0 | 0.24 | 0.65 | 0.13 | 37.5 | 0.69 | 0.59 |
| Hex | DF | A9 | 4F | 0 | 18 | 41 | D | 26 | 45 | 3B |
| Octal | 337 | 251 | 117 | 0 | 30 | 101 | 15 | 46 | 105 | 73 |
| Binary | 11011111 | 10101001 | 1001111 | 0 | 11000 | 1000001 | 1101 | 100110 | 1000101 | 111011 |
Color Harmonies of #DFA94F
Complementary color
Monochromatic Colors of #DFA94F
Black with #DFA94F
Text Example
Text Example
White with #DFA94F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFA94F; }
p { color: rgb(223,169,79); }
H1.HeaderClassName
{
color: #DFA94F;
}
.AnyTagClassName
{
color: #DFA94F;
}
</style>
background-color css
<style>
a { background-color: #DFA94F; }
a { background-color: rgb(223,169,79); }
div.DivClassName
{
background-color: #DFA94F;
}
.BgClassName
{
background-color: #DFA94F;
}
</style>
border-color css
<style>
span { border-color: #DFA94F; }
span { border-color: rgb(223,169,79); }
td.TdClassName
{
border-color: #DFA94F;
}
.TagClassName
{
border-color: #DFA94F;
}
</style>