Shades of Rob Roy #DFA94A
Tints of Rob Roy #DFA94A
RGB
CMYK
RGB Variations
Color information
#DFA94A (or 0xDFA94A) is known color: Rob Roy. HEX triplet: DF, A9 and 4A. RGB value is (223,169,74). Sum of RGB (Red+Green+Blue) = 223+169+74=466 (61% of max value = 765). Red value is 223 (87.5% from 255 or 47.85% from 466); Green value is 169 (66.41% from 255 or 36.27% from 466); Blue value is 74 (29.30% from 255 or 15.88% from 466); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA94A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DFA94A is #2056B5. Grayscale: #AEAEAE. Windows color (decimal): -2119350 or 4893151. OLE color: 4893151.
HSL color Cylindrical-coordinate representation of color #DFA94A: hue angle of 38.26º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #DFA94A is Cyan = 0, Magento = 0.24, Yellow = 0.67 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 169 | 74 | - |
| CMYK | 0 | 0.24 | 0.67 | 0.13 |
| HSL | 38.26º | 0.7% | 0.58% | - |
| HSV(B) | 38.26º | 0.67% | 0.87% | - |
| XYZ | 45.86 | 44.56 | 12.66 | - |
| YUV | 174.32 | 71.39 | 162.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 169 | 74 | 0 | 0.24 | 0.67 | 0.13 | 38.26 | 0.7 | 0.58 |
| Hex | DF | A9 | 4A | 0 | 18 | 43 | D | 26 | 46 | 3A |
| Octal | 337 | 251 | 112 | 0 | 30 | 103 | 15 | 46 | 106 | 72 |
| Binary | 11011111 | 10101001 | 1001010 | 0 | 11000 | 1000011 | 1101 | 100110 | 1000110 | 111010 |
Color Harmonies of #DFA94A
Complementary color
Monochromatic Colors of #DFA94A
Black with #DFA94A
Text Example
Text Example
White with #DFA94A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFA94A; }
p { color: rgb(223,169,74); }
H1.HeaderClassName
{
color: #DFA94A;
}
.AnyTagClassName
{
color: #DFA94A;
}
</style>
background-color css
<style>
a { background-color: #DFA94A; }
a { background-color: rgb(223,169,74); }
div.DivClassName
{
background-color: #DFA94A;
}
.BgClassName
{
background-color: #DFA94A;
}
</style>
border-color css
<style>
span { border-color: #DFA94A; }
span { border-color: rgb(223,169,74); }
td.TdClassName
{
border-color: #DFA94A;
}
.TagClassName
{
border-color: #DFA94A;
}
</style>