Shades of Rob Roy #DFA74D
Tints of Rob Roy #DFA74D
RGB
CMYK
RGB Variations
Color information
#DFA74D (or 0xDFA74D) is known color: Rob Roy. HEX triplet: DF, A7 and 4D. RGB value is (223,167,77). Sum of RGB (Red+Green+Blue) = 223+167+77=467 (61% of max value = 765). Red value is 223 (87.5% from 255 or 47.75% from 467); Green value is 167 (65.62% from 255 or 35.76% from 467); Blue value is 77 (30.47% from 255 or 16.49% from 467); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA74D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DFA74D is #2058B2. Grayscale: #ADADAD. Windows color (decimal): -2119859 or 5089247. OLE color: 5089247.
HSL color Cylindrical-coordinate representation of color #DFA74D: hue angle of 36.99º degrees, saturation: 0.7, 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 #DFA74D is Cyan = 0, Magento = 0.25, Yellow = 0.65 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 167 | 77 | - |
| CMYK | 0 | 0.25 | 0.65 | 0.13 |
| HSL | 36.99º | 0.7% | 0.59% | - |
| HSV(B) | 36.99º | 0.65% | 0.87% | - |
| XYZ | 45.59 | 43.86 | 13.08 | - |
| YUV | 173.48 | 73.55 | 163.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 167 | 77 | 0 | 0.25 | 0.65 | 0.13 | 36.99 | 0.7 | 0.59 |
| Hex | DF | A7 | 4D | 0 | 19 | 41 | D | 25 | 46 | 3B |
| Octal | 337 | 247 | 115 | 0 | 31 | 101 | 15 | 45 | 106 | 73 |
| Binary | 11011111 | 10100111 | 1001101 | 0 | 11001 | 1000001 | 1101 | 100101 | 1000110 | 111011 |
Color Harmonies of #DFA74D
Complementary color
Monochromatic Colors of #DFA74D
Black with #DFA74D
Text Example
Text Example
White with #DFA74D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFA74D; }
p { color: rgb(223,167,77); }
H1.HeaderClassName
{
color: #DFA74D;
}
.AnyTagClassName
{
color: #DFA74D;
}
</style>
background-color css
<style>
a { background-color: #DFA74D; }
a { background-color: rgb(223,167,77); }
div.DivClassName
{
background-color: #DFA74D;
}
.BgClassName
{
background-color: #DFA74D;
}
</style>
border-color css
<style>
span { border-color: #DFA74D; }
span { border-color: rgb(223,167,77); }
td.TdClassName
{
border-color: #DFA74D;
}
.TagClassName
{
border-color: #DFA74D;
}
</style>