Shades of Rob Roy #DFAB59
Tints of Rob Roy #DFAB59
RGB
CMYK
RGB Variations
Color information
#DFAB59 (or 0xDFAB59) is known color: Rob Roy. HEX triplet: DF, AB and 59. RGB value is (223,171,89). Sum of RGB (Red+Green+Blue) = 223+171+89=483 (63% of max value = 765). Red value is 223 (87.5% from 255 or 46.17% from 483); Green value is 171 (67.19% from 255 or 35.40% from 483); Blue value is 89 (35.16% from 255 or 18.43% from 483); Max value from RGB is 223 - color contains mainly: red. Hex color #DFAB59 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DFAB59 is #2054A6. Grayscale: #B1B1B1. Windows color (decimal): -2118823 or 5876703. OLE color: 5876703.
HSL color Cylindrical-coordinate representation of color #DFAB59: hue angle of 36.72º degrees, saturation: 0.68, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DFAB59 is Cyan = 0, Magento = 0.23, Yellow = 0.60 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 171 | 89 | - |
| CMYK | 0 | 0.23 | 0.60 | 0.13 |
| HSL | 36.72º | 0.68% | 0.61% | - |
| HSV(B) | 36.72º | 0.6% | 0.87% | - |
| XYZ | 46.8 | 45.54 | 15.77 | - |
| YUV | 177.2 | 78.23 | 160.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 171 | 89 | 0 | 0.23 | 0.60 | 0.13 | 36.72 | 0.68 | 0.61 |
| Hex | DF | AB | 59 | 0 | 17 | 3C | D | 25 | 44 | 3D |
| Octal | 337 | 253 | 131 | 0 | 27 | 74 | 15 | 45 | 104 | 75 |
| Binary | 11011111 | 10101011 | 1011001 | 0 | 10111 | 111100 | 1101 | 100101 | 1000100 | 111101 |
Color Harmonies of #DFAB59
Complementary color
Monochromatic Colors of #DFAB59
Black with #DFAB59
Text Example
Text Example
White with #DFAB59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFAB59; }
p { color: rgb(223,171,89); }
H1.HeaderClassName
{
color: #DFAB59;
}
.AnyTagClassName
{
color: #DFAB59;
}
</style>
background-color css
<style>
a { background-color: #DFAB59; }
a { background-color: rgb(223,171,89); }
div.DivClassName
{
background-color: #DFAB59;
}
.BgClassName
{
background-color: #DFAB59;
}
</style>
border-color css
<style>
span { border-color: #DFAB59; }
span { border-color: rgb(223,171,89); }
td.TdClassName
{
border-color: #DFAB59;
}
.TagClassName
{
border-color: #DFAB59;
}
</style>