Shades of Rob Roy #DFAB51
Tints of Rob Roy #DFAB51
RGB
CMYK
RGB Variations
Color information
#DFAB51 (or 0xDFAB51) is known color: Rob Roy. HEX triplet: DF, AB and 51. RGB value is (223,171,81). Sum of RGB (Red+Green+Blue) = 223+171+81=475 (62% of max value = 765). Red value is 223 (87.5% from 255 or 46.95% from 475); Green value is 171 (67.19% from 255 or 36% from 475); Blue value is 81 (32.03% from 255 or 17.05% from 475); Max value from RGB is 223 - color contains mainly: red. Hex color #DFAB51 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DFAB51 is #2054AE. Grayscale: #B0B0B0. Windows color (decimal): -2118831 or 5352415. OLE color: 5352415.
HSL color Cylindrical-coordinate representation of color #DFAB51: hue angle of 38.03º degrees, saturation: 0.69, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #DFAB51 is Cyan = 0, Magento = 0.23, Yellow = 0.64 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 171 | 81 | - |
| CMYK | 0 | 0.23 | 0.64 | 0.13 |
| HSL | 38.03º | 0.69% | 0.6% | - |
| HSV(B) | 38.03º | 0.64% | 0.87% | - |
| XYZ | 46.48 | 45.41 | 14.1 | - |
| YUV | 176.29 | 74.23 | 161.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 171 | 81 | 0 | 0.23 | 0.64 | 0.13 | 38.03 | 0.69 | 0.6 |
| Hex | DF | AB | 51 | 0 | 17 | 40 | D | 26 | 45 | 3C |
| Octal | 337 | 253 | 121 | 0 | 27 | 100 | 15 | 46 | 105 | 74 |
| Binary | 11011111 | 10101011 | 1010001 | 0 | 10111 | 1000000 | 1101 | 100110 | 1000101 | 111100 |
Color Harmonies of #DFAB51
Complementary color
Monochromatic Colors of #DFAB51
Black with #DFAB51
Text Example
Text Example
White with #DFAB51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFAB51; }
p { color: rgb(223,171,81); }
H1.HeaderClassName
{
color: #DFAB51;
}
.AnyTagClassName
{
color: #DFAB51;
}
</style>
background-color css
<style>
a { background-color: #DFAB51; }
a { background-color: rgb(223,171,81); }
div.DivClassName
{
background-color: #DFAB51;
}
.BgClassName
{
background-color: #DFAB51;
}
</style>
border-color css
<style>
span { border-color: #DFAB51; }
span { border-color: rgb(223,171,81); }
td.TdClassName
{
border-color: #DFAB51;
}
.TagClassName
{
border-color: #DFAB51;
}
</style>