Shades of Rob Roy #DFA24E
Tints of Rob Roy #DFA24E
RGB
CMYK
RGB Variations
Color information
#DFA24E (or 0xDFA24E) is known color: Rob Roy. HEX triplet: DF, A2 and 4E. RGB value is (223,162,78). Sum of RGB (Red+Green+Blue) = 223+162+78=463 (61% of max value = 765). Red value is 223 (87.5% from 255 or 48.16% from 463); Green value is 162 (63.67% from 255 or 34.99% from 463); Blue value is 78 (30.86% from 255 or 16.85% from 463); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA24E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DFA24E is #205DB1. Grayscale: #ABABAB. Windows color (decimal): -2121138 or 5153503. OLE color: 5153503.
HSL color Cylindrical-coordinate representation of color #DFA24E: hue angle of 34.76º 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 #DFA24E is Cyan = 0, Magento = 0.27, Yellow = 0.65 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 162 | 78 | - |
| CMYK | 0 | 0.27 | 0.65 | 0.13 |
| HSL | 34.76º | 0.69% | 0.59% | - |
| HSV(B) | 34.76º | 0.65% | 0.87% | - |
| XYZ | 44.73 | 42.08 | 12.97 | - |
| YUV | 170.66 | 75.71 | 165.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 162 | 78 | 0 | 0.27 | 0.65 | 0.13 | 34.76 | 0.69 | 0.59 |
| Hex | DF | A2 | 4E | 0 | 1B | 41 | D | 23 | 45 | 3B |
| Octal | 337 | 242 | 116 | 0 | 33 | 101 | 15 | 43 | 105 | 73 |
| Binary | 11011111 | 10100010 | 1001110 | 0 | 11011 | 1000001 | 1101 | 100011 | 1000101 | 111011 |
Color Harmonies of #DFA24E
Complementary color
Monochromatic Colors of #DFA24E
Black with #DFA24E
Text Example
Text Example
White with #DFA24E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFA24E; }
p { color: rgb(223,162,78); }
H1.HeaderClassName
{
color: #DFA24E;
}
.AnyTagClassName
{
color: #DFA24E;
}
</style>
background-color css
<style>
a { background-color: #DFA24E; }
a { background-color: rgb(223,162,78); }
div.DivClassName
{
background-color: #DFA24E;
}
.BgClassName
{
background-color: #DFA24E;
}
</style>
border-color css
<style>
span { border-color: #DFA24E; }
span { border-color: rgb(223,162,78); }
td.TdClassName
{
border-color: #DFA24E;
}
.TagClassName
{
border-color: #DFA24E;
}
</style>