Shades of Rob Roy #DFAA50
Tints of Rob Roy #DFAA50
RGB
CMYK
RGB Variations
Color information
#DFAA50 (or 0xDFAA50) is known color: Rob Roy. HEX triplet: DF, AA and 50. RGB value is (223,170,80). Sum of RGB (Red+Green+Blue) = 223+170+80=473 (62% of max value = 765). Red value is 223 (87.5% from 255 or 47.15% from 473); Green value is 170 (66.80% from 255 or 35.94% from 473); Blue value is 80 (31.64% from 255 or 16.91% from 473); Max value from RGB is 223 - color contains mainly: red. Hex color #DFAA50 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DFAA50 is #2055AF. Grayscale: #B0B0B0. Windows color (decimal): -2119088 or 5286623. OLE color: 5286623.
HSL color Cylindrical-coordinate representation of color #DFAA50: hue angle of 37.76º degrees, saturation: 0.69, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #DFAA50 is Cyan = 0, Magento = 0.24, Yellow = 0.64 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 170 | 80 | - |
| CMYK | 0 | 0.24 | 0.64 | 0.13 |
| HSL | 37.76º | 0.69% | 0.59% | - |
| HSV(B) | 37.76º | 0.64% | 0.87% | - |
| XYZ | 46.25 | 45.02 | 13.84 | - |
| YUV | 175.59 | 74.06 | 161.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 170 | 80 | 0 | 0.24 | 0.64 | 0.13 | 37.76 | 0.69 | 0.59 |
| Hex | DF | AA | 50 | 0 | 18 | 40 | D | 26 | 45 | 3B |
| Octal | 337 | 252 | 120 | 0 | 30 | 100 | 15 | 46 | 105 | 73 |
| Binary | 11011111 | 10101010 | 1010000 | 0 | 11000 | 1000000 | 1101 | 100110 | 1000101 | 111011 |
Color Harmonies of #DFAA50
Complementary color
Monochromatic Colors of #DFAA50
Black with #DFAA50
Text Example
Text Example
White with #DFAA50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFAA50; }
p { color: rgb(223,170,80); }
H1.HeaderClassName
{
color: #DFAA50;
}
.AnyTagClassName
{
color: #DFAA50;
}
</style>
background-color css
<style>
a { background-color: #DFAA50; }
a { background-color: rgb(223,170,80); }
div.DivClassName
{
background-color: #DFAA50;
}
.BgClassName
{
background-color: #DFAA50;
}
</style>
border-color css
<style>
span { border-color: #DFAA50; }
span { border-color: rgb(223,170,80); }
td.TdClassName
{
border-color: #DFAA50;
}
.TagClassName
{
border-color: #DFAA50;
}
</style>