Shades of Rob Roy #DAB159
Tints of Rob Roy #DAB159
RGB
CMYK
RGB Variations
Color information
#DAB159 (or 0xDAB159) is known color: Rob Roy. HEX triplet: DA, B1 and 59. RGB value is (218,177,89). Sum of RGB (Red+Green+Blue) = 218+177+89=484 (64% of max value = 765). Red value is 218 (85.55% from 255 or 45.04% from 484); Green value is 177 (69.53% from 255 or 36.57% from 484); Blue value is 89 (35.16% from 255 or 18.39% from 484); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB159 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DAB159 is #254EA6. Grayscale: #B3B3B3. Windows color (decimal): -2444967 or 5878234. OLE color: 5878234.
HSL color Cylindrical-coordinate representation of color #DAB159: hue angle of 40.93º degrees, saturation: 0.64, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #DAB159 is Cyan = 0, Magento = 0.19, Yellow = 0.59 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 177 | 89 | - |
| CMYK | 0 | 0.19 | 0.59 | 0.15 |
| HSL | 40.93º | 0.64% | 0.6% | - |
| HSV(B) | 40.93º | 0.59% | 0.85% | - |
| XYZ | 46.44 | 47.07 | 16.09 | - |
| YUV | 179.23 | 77.08 | 155.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 177 | 89 | 0 | 0.19 | 0.59 | 0.15 | 40.93 | 0.64 | 0.6 |
| Hex | DA | B1 | 59 | 0 | 13 | 3B | F | 29 | 40 | 3C |
| Octal | 332 | 261 | 131 | 0 | 23 | 73 | 17 | 51 | 100 | 74 |
| Binary | 11011010 | 10110001 | 1011001 | 0 | 10011 | 111011 | 1111 | 101001 | 1000000 | 111100 |
Color Harmonies of #DAB159
Complementary color
Monochromatic Colors of #DAB159
Black with #DAB159
Text Example
Text Example
White with #DAB159
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAB159; }
p { color: rgb(218,177,89); }
H1.HeaderClassName
{
color: #DAB159;
}
.AnyTagClassName
{
color: #DAB159;
}
</style>
background-color css
<style>
a { background-color: #DAB159; }
a { background-color: rgb(218,177,89); }
div.DivClassName
{
background-color: #DAB159;
}
.BgClassName
{
background-color: #DAB159;
}
</style>
border-color css
<style>
span { border-color: #DAB159; }
span { border-color: rgb(218,177,89); }
td.TdClassName
{
border-color: #DAB159;
}
.TagClassName
{
border-color: #DAB159;
}
</style>