Shades of Rob Roy #DFAA53
Tints of Rob Roy #DFAA53
RGB
CMYK
RGB Variations
Color information
#DFAA53 (or 0xDFAA53) is known color: Rob Roy. HEX triplet: DF, AA and 53. RGB value is (223,170,83). Sum of RGB (Red+Green+Blue) = 223+170+83=476 (63% of max value = 765). Red value is 223 (87.5% from 255 or 46.85% from 476); Green value is 170 (66.80% from 255 or 35.71% from 476); Blue value is 83 (32.81% from 255 or 17.44% from 476); Max value from RGB is 223 - color contains mainly: red. Hex color #DFAA53 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DFAA53 is #2055AC. Grayscale: #B0B0B0. Windows color (decimal): -2119085 or 5483231. OLE color: 5483231.
HSL color Cylindrical-coordinate representation of color #DFAA53: hue angle of 37.29º degrees, saturation: 0.69, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DFAA53 is Cyan = 0, Magento = 0.24, Yellow = 0.63 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 170 | 83 | - |
| CMYK | 0 | 0.24 | 0.63 | 0.13 |
| HSL | 37.29º | 0.69% | 0.6% | - |
| HSV(B) | 37.29º | 0.63% | 0.87% | - |
| XYZ | 46.37 | 45.06 | 14.44 | - |
| YUV | 175.93 | 75.56 | 161.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 170 | 83 | 0 | 0.24 | 0.63 | 0.13 | 37.29 | 0.69 | 0.6 |
| Hex | DF | AA | 53 | 0 | 18 | 3F | D | 25 | 45 | 3C |
| Octal | 337 | 252 | 123 | 0 | 30 | 77 | 15 | 45 | 105 | 74 |
| Binary | 11011111 | 10101010 | 1010011 | 0 | 11000 | 111111 | 1101 | 100101 | 1000101 | 111100 |
Color Harmonies of #DFAA53
Complementary color
Monochromatic Colors of #DFAA53
Black with #DFAA53
Text Example
Text Example
White with #DFAA53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFAA53; }
p { color: rgb(223,170,83); }
H1.HeaderClassName
{
color: #DFAA53;
}
.AnyTagClassName
{
color: #DFAA53;
}
</style>
background-color css
<style>
a { background-color: #DFAA53; }
a { background-color: rgb(223,170,83); }
div.DivClassName
{
background-color: #DFAA53;
}
.BgClassName
{
background-color: #DFAA53;
}
</style>
border-color css
<style>
span { border-color: #DFAA53; }
span { border-color: rgb(223,170,83); }
td.TdClassName
{
border-color: #DFAA53;
}
.TagClassName
{
border-color: #DFAA53;
}
</style>