Shades of Rob Roy #DFA84D
Tints of Rob Roy #DFA84D
RGB
CMYK
RGB Variations
Color information
#DFA84D (or 0xDFA84D) is known color: Rob Roy. HEX triplet: DF, A8 and 4D. RGB value is (223,168,77). Sum of RGB (Red+Green+Blue) = 223+168+77=468 (61% of max value = 765). Red value is 223 (87.5% from 255 or 47.65% from 468); Green value is 168 (66.02% from 255 or 35.90% from 468); Blue value is 77 (30.47% from 255 or 16.45% from 468); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA84D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DFA84D is #2057B2. Grayscale: #AEAEAE. Windows color (decimal): -2119603 or 5089503. OLE color: 5089503.
HSL color Cylindrical-coordinate representation of color #DFA84D: hue angle of 37.4º degrees, saturation: 0.7, 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 #DFA84D is Cyan = 0, Magento = 0.25, Yellow = 0.65 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 168 | 77 | - |
| CMYK | 0 | 0.25 | 0.65 | 0.13 |
| HSL | 37.4º | 0.7% | 0.59% | - |
| HSV(B) | 37.4º | 0.65% | 0.87% | - |
| XYZ | 45.77 | 44.23 | 13.15 | - |
| YUV | 174.07 | 73.22 | 162.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 168 | 77 | 0 | 0.25 | 0.65 | 0.13 | 37.4 | 0.7 | 0.59 |
| Hex | DF | A8 | 4D | 0 | 19 | 41 | D | 25 | 46 | 3B |
| Octal | 337 | 250 | 115 | 0 | 31 | 101 | 15 | 45 | 106 | 73 |
| Binary | 11011111 | 10101000 | 1001101 | 0 | 11001 | 1000001 | 1101 | 100101 | 1000110 | 111011 |
Color Harmonies of #DFA84D
Complementary color
Monochromatic Colors of #DFA84D
Black with #DFA84D
Text Example
Text Example
White with #DFA84D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFA84D; }
p { color: rgb(223,168,77); }
H1.HeaderClassName
{
color: #DFA84D;
}
.AnyTagClassName
{
color: #DFA84D;
}
</style>
background-color css
<style>
a { background-color: #DFA84D; }
a { background-color: rgb(223,168,77); }
div.DivClassName
{
background-color: #DFA84D;
}
.BgClassName
{
background-color: #DFA84D;
}
</style>
border-color css
<style>
span { border-color: #DFA84D; }
span { border-color: rgb(223,168,77); }
td.TdClassName
{
border-color: #DFA84D;
}
.TagClassName
{
border-color: #DFA84D;
}
</style>