Shades of Rob Roy #DFAB4E
Tints of Rob Roy #DFAB4E
RGB
CMYK
RGB Variations
Color information
#DFAB4E (or 0xDFAB4E) is known color: Rob Roy. HEX triplet: DF, AB and 4E. RGB value is (223,171,78). Sum of RGB (Red+Green+Blue) = 223+171+78=472 (62% of max value = 765). Red value is 223 (87.5% from 255 or 47.25% from 472); Green value is 171 (67.19% from 255 or 36.23% from 472); Blue value is 78 (30.86% from 255 or 16.53% from 472); Max value from RGB is 223 - color contains mainly: red. Hex color #DFAB4E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DFAB4E is #2054B1. Grayscale: #B0B0B0. Windows color (decimal): -2118834 or 5155807. OLE color: 5155807.
HSL color Cylindrical-coordinate representation of color #DFAB4E: hue angle of 38.48º degrees, saturation: 0.69, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #DFAB4E is Cyan = 0, Magento = 0.23, Yellow = 0.65 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 171 | 78 | - |
| CMYK | 0 | 0.23 | 0.65 | 0.13 |
| HSL | 38.48º | 0.69% | 0.59% | - |
| HSV(B) | 38.48º | 0.65% | 0.87% | - |
| XYZ | 46.37 | 45.36 | 13.52 | - |
| YUV | 175.95 | 72.73 | 161.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 171 | 78 | 0 | 0.23 | 0.65 | 0.13 | 38.48 | 0.69 | 0.59 |
| Hex | DF | AB | 4E | 0 | 17 | 41 | D | 26 | 45 | 3B |
| Octal | 337 | 253 | 116 | 0 | 27 | 101 | 15 | 46 | 105 | 73 |
| Binary | 11011111 | 10101011 | 1001110 | 0 | 10111 | 1000001 | 1101 | 100110 | 1000101 | 111011 |
Color Harmonies of #DFAB4E
Complementary color
Monochromatic Colors of #DFAB4E
Black with #DFAB4E
Text Example
Text Example
White with #DFAB4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFAB4E; }
p { color: rgb(223,171,78); }
H1.HeaderClassName
{
color: #DFAB4E;
}
.AnyTagClassName
{
color: #DFAB4E;
}
</style>
background-color css
<style>
a { background-color: #DFAB4E; }
a { background-color: rgb(223,171,78); }
div.DivClassName
{
background-color: #DFAB4E;
}
.BgClassName
{
background-color: #DFAB4E;
}
</style>
border-color css
<style>
span { border-color: #DFAB4E; }
span { border-color: rgb(223,171,78); }
td.TdClassName
{
border-color: #DFAB4E;
}
.TagClassName
{
border-color: #DFAB4E;
}
</style>