Shades of Rob Roy #DFA64E
Tints of Rob Roy #DFA64E
RGB
CMYK
RGB Variations
Color information
#DFA64E (or 0xDFA64E) is known color: Rob Roy. HEX triplet: DF, A6 and 4E. RGB value is (223,166,78). Sum of RGB (Red+Green+Blue) = 223+166+78=467 (61% of max value = 765). Red value is 223 (87.5% from 255 or 47.75% from 467); Green value is 166 (65.23% from 255 or 35.55% from 467); Blue value is 78 (30.86% from 255 or 16.70% from 467); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA64E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DFA64E is #2059B1. Grayscale: #ADADAD. Windows color (decimal): -2120114 or 5154527. OLE color: 5154527.
HSL color Cylindrical-coordinate representation of color #DFA64E: hue angle of 36.41º 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 #DFA64E is Cyan = 0, Magento = 0.26, Yellow = 0.65 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 166 | 78 | - |
| CMYK | 0 | 0.26 | 0.65 | 0.13 |
| HSL | 36.41º | 0.69% | 0.59% | - |
| HSV(B) | 36.41º | 0.65% | 0.87% | - |
| XYZ | 45.44 | 43.51 | 13.21 | - |
| YUV | 173.01 | 74.38 | 163.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 166 | 78 | 0 | 0.26 | 0.65 | 0.13 | 36.41 | 0.69 | 0.59 |
| Hex | DF | A6 | 4E | 0 | 1A | 41 | D | 24 | 45 | 3B |
| Octal | 337 | 246 | 116 | 0 | 32 | 101 | 15 | 44 | 105 | 73 |
| Binary | 11011111 | 10100110 | 1001110 | 0 | 11010 | 1000001 | 1101 | 100100 | 1000101 | 111011 |
Color Harmonies of #DFA64E
Complementary color
Monochromatic Colors of #DFA64E
Black with #DFA64E
Text Example
Text Example
White with #DFA64E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFA64E; }
p { color: rgb(223,166,78); }
H1.HeaderClassName
{
color: #DFA64E;
}
.AnyTagClassName
{
color: #DFA64E;
}
</style>
background-color css
<style>
a { background-color: #DFA64E; }
a { background-color: rgb(223,166,78); }
div.DivClassName
{
background-color: #DFA64E;
}
.BgClassName
{
background-color: #DFA64E;
}
</style>
border-color css
<style>
span { border-color: #DFA64E; }
span { border-color: rgb(223,166,78); }
td.TdClassName
{
border-color: #DFA64E;
}
.TagClassName
{
border-color: #DFA64E;
}
</style>