Shades of Rob Roy #DFA84E
Tints of Rob Roy #DFA84E
RGB
CMYK
RGB Variations
Color information
#DFA84E (or 0xDFA84E) is known color: Rob Roy. HEX triplet: DF, A8 and 4E. RGB value is (223,168,78). Sum of RGB (Red+Green+Blue) = 223+168+78=469 (62% of max value = 765). Red value is 223 (87.5% from 255 or 47.55% from 469); Green value is 168 (66.02% from 255 or 35.82% from 469); Blue value is 78 (30.86% from 255 or 16.63% from 469); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA84E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DFA84E is #2057B1. Grayscale: #AEAEAE. Windows color (decimal): -2119602 or 5155039. OLE color: 5155039.
HSL color Cylindrical-coordinate representation of color #DFA84E: hue angle of 37.24º 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 #DFA84E is Cyan = 0, Magento = 0.25, Yellow = 0.65 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 168 | 78 | - |
| CMYK | 0 | 0.25 | 0.65 | 0.13 |
| HSL | 37.24º | 0.69% | 0.59% | - |
| HSV(B) | 37.24º | 0.65% | 0.87% | - |
| XYZ | 45.81 | 44.24 | 13.33 | - |
| YUV | 174.19 | 73.72 | 162.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 168 | 78 | 0 | 0.25 | 0.65 | 0.13 | 37.24 | 0.69 | 0.59 |
| Hex | DF | A8 | 4E | 0 | 19 | 41 | D | 25 | 45 | 3B |
| Octal | 337 | 250 | 116 | 0 | 31 | 101 | 15 | 45 | 105 | 73 |
| Binary | 11011111 | 10101000 | 1001110 | 0 | 11001 | 1000001 | 1101 | 100101 | 1000101 | 111011 |
Color Harmonies of #DFA84E
Complementary color
Monochromatic Colors of #DFA84E
Black with #DFA84E
Text Example
Text Example
White with #DFA84E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFA84E; }
p { color: rgb(223,168,78); }
H1.HeaderClassName
{
color: #DFA84E;
}
.AnyTagClassName
{
color: #DFA84E;
}
</style>
background-color css
<style>
a { background-color: #DFA84E; }
a { background-color: rgb(223,168,78); }
div.DivClassName
{
background-color: #DFA84E;
}
.BgClassName
{
background-color: #DFA84E;
}
</style>
border-color css
<style>
span { border-color: #DFA84E; }
span { border-color: rgb(223,168,78); }
td.TdClassName
{
border-color: #DFA84E;
}
.TagClassName
{
border-color: #DFA84E;
}
</style>