Shades of Rob Roy #DFA84C
Tints of Rob Roy #DFA84C
RGB
CMYK
RGB Variations
Color information
#DFA84C (or 0xDFA84C) is known color: Rob Roy. HEX triplet: DF, A8 and 4C. RGB value is (223,168,76). Sum of RGB (Red+Green+Blue) = 223+168+76=467 (61% of max value = 765). Red value is 223 (87.5% from 255 or 47.75% from 467); Green value is 168 (66.02% from 255 or 35.97% from 467); Blue value is 76 (30.08% from 255 or 16.27% from 467); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA84C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DFA84C is #2057B3. Grayscale: #AEAEAE. Windows color (decimal): -2119604 or 5023967. OLE color: 5023967.
HSL color Cylindrical-coordinate representation of color #DFA84C: hue angle of 37.55º degrees, saturation: 0.7, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #DFA84C is Cyan = 0, Magento = 0.25, Yellow = 0.66 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 168 | 76 | - |
| CMYK | 0 | 0.25 | 0.66 | 0.13 |
| HSL | 37.55º | 0.7% | 0.59% | - |
| HSV(B) | 37.55º | 0.66% | 0.87% | - |
| XYZ | 45.74 | 44.22 | 12.96 | - |
| YUV | 173.96 | 72.72 | 162.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 168 | 76 | 0 | 0.25 | 0.66 | 0.13 | 37.55 | 0.7 | 0.59 |
| Hex | DF | A8 | 4C | 0 | 19 | 42 | D | 26 | 46 | 3B |
| Octal | 337 | 250 | 114 | 0 | 31 | 102 | 15 | 46 | 106 | 73 |
| Binary | 11011111 | 10101000 | 1001100 | 0 | 11001 | 1000010 | 1101 | 100110 | 1000110 | 111011 |
Color Harmonies of #DFA84C
Complementary color
Monochromatic Colors of #DFA84C
Black with #DFA84C
Text Example
Text Example
White with #DFA84C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFA84C; }
p { color: rgb(223,168,76); }
H1.HeaderClassName
{
color: #DFA84C;
}
.AnyTagClassName
{
color: #DFA84C;
}
</style>
background-color css
<style>
a { background-color: #DFA84C; }
a { background-color: rgb(223,168,76); }
div.DivClassName
{
background-color: #DFA84C;
}
.BgClassName
{
background-color: #DFA84C;
}
</style>
border-color css
<style>
span { border-color: #DFA84C; }
span { border-color: rgb(223,168,76); }
td.TdClassName
{
border-color: #DFA84C;
}
.TagClassName
{
border-color: #DFA84C;
}
</style>