Shades of Rob Roy #DFAF50
Tints of Rob Roy #DFAF50
RGB
CMYK
RGB Variations
Color information
#DFAF50 (or 0xDFAF50) is known color: Rob Roy. HEX triplet: DF, AF and 50. RGB value is (223,175,80). Sum of RGB (Red+Green+Blue) = 223+175+80=478 (63% of max value = 765). Red value is 223 (87.5% from 255 or 46.65% from 478); Green value is 175 (68.75% from 255 or 36.61% from 478); Blue value is 80 (31.64% from 255 or 16.74% from 478); Max value from RGB is 223 - color contains mainly: red. Hex color #DFAF50 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DFAF50 is #2050AF. Grayscale: #B2B2B2. Windows color (decimal): -2117808 or 5287903. OLE color: 5287903.
HSL color Cylindrical-coordinate representation of color #DFAF50: hue angle of 39.86º 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 #DFAF50 is Cyan = 0, Magento = 0.22, Yellow = 0.64 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 175 | 80 | - |
| CMYK | 0 | 0.22 | 0.64 | 0.13 |
| HSL | 39.86º | 0.69% | 0.59% | - |
| HSV(B) | 39.86º | 0.64% | 0.87% | - |
| XYZ | 47.21 | 46.93 | 14.16 | - |
| YUV | 178.52 | 72.4 | 159.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 175 | 80 | 0 | 0.22 | 0.64 | 0.13 | 39.86 | 0.69 | 0.59 |
| Hex | DF | AF | 50 | 0 | 16 | 40 | D | 28 | 45 | 3B |
| Octal | 337 | 257 | 120 | 0 | 26 | 100 | 15 | 50 | 105 | 73 |
| Binary | 11011111 | 10101111 | 1010000 | 0 | 10110 | 1000000 | 1101 | 101000 | 1000101 | 111011 |
Color Harmonies of #DFAF50
Complementary color
Monochromatic Colors of #DFAF50
Black with #DFAF50
Text Example
Text Example
White with #DFAF50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFAF50; }
p { color: rgb(223,175,80); }
H1.HeaderClassName
{
color: #DFAF50;
}
.AnyTagClassName
{
color: #DFAF50;
}
</style>
background-color css
<style>
a { background-color: #DFAF50; }
a { background-color: rgb(223,175,80); }
div.DivClassName
{
background-color: #DFAF50;
}
.BgClassName
{
background-color: #DFAF50;
}
</style>
border-color css
<style>
span { border-color: #DFAF50; }
span { border-color: rgb(223,175,80); }
td.TdClassName
{
border-color: #DFAF50;
}
.TagClassName
{
border-color: #DFAF50;
}
</style>