Shades of Rob Roy #DFA94B
Tints of Rob Roy #DFA94B
RGB
CMYK
RGB Variations
Color information
#DFA94B (or 0xDFA94B) is known color: Rob Roy. HEX triplet: DF, A9 and 4B. RGB value is (223,169,75). Sum of RGB (Red+Green+Blue) = 223+169+75=467 (61% of max value = 765). Red value is 223 (87.5% from 255 or 47.75% from 467); Green value is 169 (66.41% from 255 or 36.19% from 467); Blue value is 75 (29.69% from 255 or 16.06% from 467); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA94B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DFA94B is #2056B4. Grayscale: #AEAEAE. Windows color (decimal): -2119349 or 4958687. OLE color: 4958687.
HSL color Cylindrical-coordinate representation of color #DFA94B: hue angle of 38.11º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #DFA94B is Cyan = 0, Magento = 0.24, Yellow = 0.66 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 169 | 75 | - |
| CMYK | 0 | 0.24 | 0.66 | 0.13 |
| HSL | 38.11º | 0.7% | 0.58% | - |
| HSV(B) | 38.11º | 0.66% | 0.87% | - |
| XYZ | 45.89 | 44.57 | 12.84 | - |
| YUV | 174.43 | 71.89 | 162.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 169 | 75 | 0 | 0.24 | 0.66 | 0.13 | 38.11 | 0.7 | 0.58 |
| Hex | DF | A9 | 4B | 0 | 18 | 42 | D | 26 | 46 | 3A |
| Octal | 337 | 251 | 113 | 0 | 30 | 102 | 15 | 46 | 106 | 72 |
| Binary | 11011111 | 10101001 | 1001011 | 0 | 11000 | 1000010 | 1101 | 100110 | 1000110 | 111010 |
Color Harmonies of #DFA94B
Complementary color
Monochromatic Colors of #DFA94B
Black with #DFA94B
Text Example
Text Example
White with #DFA94B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFA94B; }
p { color: rgb(223,169,75); }
H1.HeaderClassName
{
color: #DFA94B;
}
.AnyTagClassName
{
color: #DFA94B;
}
</style>
background-color css
<style>
a { background-color: #DFA94B; }
a { background-color: rgb(223,169,75); }
div.DivClassName
{
background-color: #DFA94B;
}
.BgClassName
{
background-color: #DFA94B;
}
</style>
border-color css
<style>
span { border-color: #DFA94B; }
span { border-color: rgb(223,169,75); }
td.TdClassName
{
border-color: #DFA94B;
}
.TagClassName
{
border-color: #DFA94B;
}
</style>