Shades of Rob Roy #DFAC50
Tints of Rob Roy #DFAC50
RGB
CMYK
RGB Variations
Color information
#DFAC50 (or 0xDFAC50) is known color: Rob Roy. HEX triplet: DF, AC and 50. RGB value is (223,172,80). Sum of RGB (Red+Green+Blue) = 223+172+80=475 (62% of max value = 765). Red value is 223 (87.5% from 255 or 46.95% from 475); Green value is 172 (67.58% from 255 or 36.21% from 475); Blue value is 80 (31.64% from 255 or 16.84% from 475); Max value from RGB is 223 - color contains mainly: red. Hex color #DFAC50 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DFAC50 is #2053AF. Grayscale: #B1B1B1. Windows color (decimal): -2118576 or 5287135. OLE color: 5287135.
HSL color Cylindrical-coordinate representation of color #DFAC50: hue angle of 38.6º 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 #DFAC50 is Cyan = 0, Magento = 0.23, Yellow = 0.64 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 172 | 80 | - |
| CMYK | 0 | 0.23 | 0.64 | 0.13 |
| HSL | 38.6º | 0.69% | 0.59% | - |
| HSV(B) | 38.6º | 0.64% | 0.87% | - |
| XYZ | 46.63 | 45.77 | 13.97 | - |
| YUV | 176.76 | 73.4 | 160.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 172 | 80 | 0 | 0.23 | 0.64 | 0.13 | 38.6 | 0.69 | 0.59 |
| Hex | DF | AC | 50 | 0 | 17 | 40 | D | 27 | 45 | 3B |
| Octal | 337 | 254 | 120 | 0 | 27 | 100 | 15 | 47 | 105 | 73 |
| Binary | 11011111 | 10101100 | 1010000 | 0 | 10111 | 1000000 | 1101 | 100111 | 1000101 | 111011 |
Color Harmonies of #DFAC50
Complementary color
Monochromatic Colors of #DFAC50
Black with #DFAC50
Text Example
Text Example
White with #DFAC50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFAC50; }
p { color: rgb(223,172,80); }
H1.HeaderClassName
{
color: #DFAC50;
}
.AnyTagClassName
{
color: #DFAC50;
}
</style>
background-color css
<style>
a { background-color: #DFAC50; }
a { background-color: rgb(223,172,80); }
div.DivClassName
{
background-color: #DFAC50;
}
.BgClassName
{
background-color: #DFAC50;
}
</style>
border-color css
<style>
span { border-color: #DFAC50; }
span { border-color: rgb(223,172,80); }
td.TdClassName
{
border-color: #DFAC50;
}
.TagClassName
{
border-color: #DFAC50;
}
</style>