Shades of Rob Roy #DAB051
Tints of Rob Roy #DAB051
RGB
CMYK
RGB Variations
Color information
#DAB051 (or 0xDAB051) is known color: Rob Roy. HEX triplet: DA, B0 and 51. RGB value is (218,176,81). Sum of RGB (Red+Green+Blue) = 218+176+81=475 (62% of max value = 765). Red value is 218 (85.55% from 255 or 45.89% from 475); Green value is 176 (69.14% from 255 or 37.05% from 475); Blue value is 81 (32.03% from 255 or 17.05% from 475); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB051 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DAB051 is #254FAE. Grayscale: #B2B2B2. Windows color (decimal): -2445231 or 5353690. OLE color: 5353690.
HSL color Cylindrical-coordinate representation of color #DAB051: hue angle of 41.61º degrees, saturation: 0.65, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DAB051 is Cyan = 0, Magento = 0.19, Yellow = 0.63 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 176 | 81 | - |
| CMYK | 0 | 0.19 | 0.63 | 0.15 |
| HSL | 41.61º | 0.65% | 0.59% | - |
| HSV(B) | 41.61º | 0.63% | 0.85% | - |
| XYZ | 45.92 | 46.55 | 14.35 | - |
| YUV | 177.73 | 73.41 | 156.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 176 | 81 | 0 | 0.19 | 0.63 | 0.15 | 41.61 | 0.65 | 0.59 |
| Hex | DA | B0 | 51 | 0 | 13 | 3F | F | 2A | 41 | 3B |
| Octal | 332 | 260 | 121 | 0 | 23 | 77 | 17 | 52 | 101 | 73 |
| Binary | 11011010 | 10110000 | 1010001 | 0 | 10011 | 111111 | 1111 | 101010 | 1000001 | 111011 |
Color Harmonies of #DAB051
Complementary color
Monochromatic Colors of #DAB051
Black with #DAB051
Text Example
Text Example
White with #DAB051
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAB051; }
p { color: rgb(218,176,81); }
H1.HeaderClassName
{
color: #DAB051;
}
.AnyTagClassName
{
color: #DAB051;
}
</style>
background-color css
<style>
a { background-color: #DAB051; }
a { background-color: rgb(218,176,81); }
div.DivClassName
{
background-color: #DAB051;
}
.BgClassName
{
background-color: #DAB051;
}
</style>
border-color css
<style>
span { border-color: #DAB051; }
span { border-color: rgb(218,176,81); }
td.TdClassName
{
border-color: #DAB051;
}
.TagClassName
{
border-color: #DAB051;
}
</style>