Shades of Rob Roy #DFAB53
Tints of Rob Roy #DFAB53
RGB
CMYK
RGB Variations
Color information
#DFAB53 (or 0xDFAB53) is known color: Rob Roy. HEX triplet: DF, AB and 53. RGB value is (223,171,83). Sum of RGB (Red+Green+Blue) = 223+171+83=477 (63% of max value = 765). Red value is 223 (87.5% from 255 or 46.75% from 477); Green value is 171 (67.19% from 255 or 35.85% from 477); Blue value is 83 (32.81% from 255 or 17.40% from 477); Max value from RGB is 223 - color contains mainly: red. Hex color #DFAB53 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DFAB53 is #2054AC. Grayscale: #B0B0B0. Windows color (decimal): -2118829 or 5483487. OLE color: 5483487.
HSL color Cylindrical-coordinate representation of color #DFAB53: hue angle of 37.71º degrees, saturation: 0.69, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DFAB53 is Cyan = 0, Magento = 0.23, Yellow = 0.63 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 171 | 83 | - |
| CMYK | 0 | 0.23 | 0.63 | 0.13 |
| HSL | 37.71º | 0.69% | 0.6% | - |
| HSV(B) | 37.71º | 0.63% | 0.87% | - |
| XYZ | 46.56 | 45.44 | 14.5 | - |
| YUV | 176.52 | 75.23 | 161.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 171 | 83 | 0 | 0.23 | 0.63 | 0.13 | 37.71 | 0.69 | 0.6 |
| Hex | DF | AB | 53 | 0 | 17 | 3F | D | 26 | 45 | 3C |
| Octal | 337 | 253 | 123 | 0 | 27 | 77 | 15 | 46 | 105 | 74 |
| Binary | 11011111 | 10101011 | 1010011 | 0 | 10111 | 111111 | 1101 | 100110 | 1000101 | 111100 |
Color Harmonies of #DFAB53
Complementary color
Monochromatic Colors of #DFAB53
Black with #DFAB53
Text Example
Text Example
White with #DFAB53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFAB53; }
p { color: rgb(223,171,83); }
H1.HeaderClassName
{
color: #DFAB53;
}
.AnyTagClassName
{
color: #DFAB53;
}
</style>
background-color css
<style>
a { background-color: #DFAB53; }
a { background-color: rgb(223,171,83); }
div.DivClassName
{
background-color: #DFAB53;
}
.BgClassName
{
background-color: #DFAB53;
}
</style>
border-color css
<style>
span { border-color: #DFAB53; }
span { border-color: rgb(223,171,83); }
td.TdClassName
{
border-color: #DFAB53;
}
.TagClassName
{
border-color: #DFAB53;
}
</style>