Shades of Rob Roy #DFA351
Tints of Rob Roy #DFA351
RGB
CMYK
RGB Variations
Color information
#DFA351 (or 0xDFA351) is known color: Rob Roy. HEX triplet: DF, A3 and 51. RGB value is (223,163,81). Sum of RGB (Red+Green+Blue) = 223+163+81=467 (61% of max value = 765). Red value is 223 (87.5% from 255 or 47.75% from 467); Green value is 163 (64.06% from 255 or 34.90% from 467); Blue value is 81 (32.03% from 255 or 17.34% from 467); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA351 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DFA351 is #205CAE. Grayscale: #ABABAB. Windows color (decimal): -2120879 or 5350367. OLE color: 5350367.
HSL color Cylindrical-coordinate representation of color #DFA351: hue angle of 34.65º degrees, saturation: 0.69, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #DFA351 is Cyan = 0, Magento = 0.27, Yellow = 0.64 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 163 | 81 | - |
| CMYK | 0 | 0.27 | 0.64 | 0.13 |
| HSL | 34.65º | 0.69% | 0.6% | - |
| HSV(B) | 34.65º | 0.64% | 0.87% | - |
| XYZ | 45.01 | 42.48 | 13.61 | - |
| YUV | 171.59 | 76.88 | 164.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 163 | 81 | 0 | 0.27 | 0.64 | 0.13 | 34.65 | 0.69 | 0.6 |
| Hex | DF | A3 | 51 | 0 | 1B | 40 | D | 23 | 45 | 3C |
| Octal | 337 | 243 | 121 | 0 | 33 | 100 | 15 | 43 | 105 | 74 |
| Binary | 11011111 | 10100011 | 1010001 | 0 | 11011 | 1000000 | 1101 | 100011 | 1000101 | 111100 |
Color Harmonies of #DFA351
Complementary color
Monochromatic Colors of #DFA351
Black with #DFA351
Text Example
Text Example
White with #DFA351
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFA351; }
p { color: rgb(223,163,81); }
H1.HeaderClassName
{
color: #DFA351;
}
.AnyTagClassName
{
color: #DFA351;
}
</style>
background-color css
<style>
a { background-color: #DFA351; }
a { background-color: rgb(223,163,81); }
div.DivClassName
{
background-color: #DFA351;
}
.BgClassName
{
background-color: #DFA351;
}
</style>
border-color css
<style>
span { border-color: #DFA351; }
span { border-color: rgb(223,163,81); }
td.TdClassName
{
border-color: #DFA351;
}
.TagClassName
{
border-color: #DFA351;
}
</style>