Shades of Rob Roy #DFA84A
Tints of Rob Roy #DFA84A
RGB
CMYK
RGB Variations
Color information
#DFA84A (or 0xDFA84A) is known color: Rob Roy. HEX triplet: DF, A8 and 4A. RGB value is (223,168,74). Sum of RGB (Red+Green+Blue) = 223+168+74=465 (61% of max value = 765). Red value is 223 (87.5% from 255 or 47.96% from 465); Green value is 168 (66.02% from 255 or 36.13% from 465); Blue value is 74 (29.30% from 255 or 15.91% from 465); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA84A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DFA84A is #2057B5. Grayscale: #AEAEAE. Windows color (decimal): -2119606 or 4892895. OLE color: 4892895.
HSL color Cylindrical-coordinate representation of color #DFA84A: hue angle of 37.85º 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 #DFA84A is Cyan = 0, Magento = 0.25, Yellow = 0.67 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 168 | 74 | - |
| CMYK | 0 | 0.25 | 0.67 | 0.13 |
| HSL | 37.85º | 0.7% | 0.58% | - |
| HSV(B) | 37.85º | 0.67% | 0.87% | - |
| XYZ | 45.67 | 44.19 | 12.6 | - |
| YUV | 173.73 | 71.72 | 163.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 168 | 74 | 0 | 0.25 | 0.67 | 0.13 | 37.85 | 0.7 | 0.58 |
| Hex | DF | A8 | 4A | 0 | 19 | 43 | D | 26 | 46 | 3A |
| Octal | 337 | 250 | 112 | 0 | 31 | 103 | 15 | 46 | 106 | 72 |
| Binary | 11011111 | 10101000 | 1001010 | 0 | 11001 | 1000011 | 1101 | 100110 | 1000110 | 111010 |
Color Harmonies of #DFA84A
Complementary color
Monochromatic Colors of #DFA84A
Black with #DFA84A
Text Example
Text Example
White with #DFA84A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFA84A; }
p { color: rgb(223,168,74); }
H1.HeaderClassName
{
color: #DFA84A;
}
.AnyTagClassName
{
color: #DFA84A;
}
</style>
background-color css
<style>
a { background-color: #DFA84A; }
a { background-color: rgb(223,168,74); }
div.DivClassName
{
background-color: #DFA84A;
}
.BgClassName
{
background-color: #DFA84A;
}
</style>
border-color css
<style>
span { border-color: #DFA84A; }
span { border-color: rgb(223,168,74); }
td.TdClassName
{
border-color: #DFA84A;
}
.TagClassName
{
border-color: #DFA84A;
}
</style>