Shades of Rob Roy #DAB052
Tints of Rob Roy #DAB052
RGB
CMYK
RGB Variations
Color information
#DAB052 (or 0xDAB052) is known color: Rob Roy. HEX triplet: DA, B0 and 52. RGB value is (218,176,82). Sum of RGB (Red+Green+Blue) = 218+176+82=476 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.80% from 476); Green value is 176 (69.14% from 255 or 36.97% from 476); Blue value is 82 (32.42% from 255 or 17.23% from 476); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB052 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DAB052 is #254FAD. Grayscale: #B2B2B2. Windows color (decimal): -2445230 or 5419226. OLE color: 5419226.
HSL color Cylindrical-coordinate representation of color #DAB052: hue angle of 41.47º degrees, saturation: 0.65, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #DAB052 is Cyan = 0, Magento = 0.19, Yellow = 0.62 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 176 | 82 | - |
| CMYK | 0 | 0.19 | 0.62 | 0.15 |
| HSL | 41.47º | 0.65% | 0.59% | - |
| HSV(B) | 41.47º | 0.62% | 0.85% | - |
| XYZ | 45.96 | 46.57 | 14.55 | - |
| YUV | 177.84 | 73.91 | 156.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 176 | 82 | 0 | 0.19 | 0.62 | 0.15 | 41.47 | 0.65 | 0.59 |
| Hex | DA | B0 | 52 | 0 | 13 | 3E | F | 29 | 41 | 3B |
| Octal | 332 | 260 | 122 | 0 | 23 | 76 | 17 | 51 | 101 | 73 |
| Binary | 11011010 | 10110000 | 1010010 | 0 | 10011 | 111110 | 1111 | 101001 | 1000001 | 111011 |
Color Harmonies of #DAB052
Complementary color
Monochromatic Colors of #DAB052
Black with #DAB052
Text Example
Text Example
White with #DAB052
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAB052; }
p { color: rgb(218,176,82); }
H1.HeaderClassName
{
color: #DAB052;
}
.AnyTagClassName
{
color: #DAB052;
}
</style>
background-color css
<style>
a { background-color: #DAB052; }
a { background-color: rgb(218,176,82); }
div.DivClassName
{
background-color: #DAB052;
}
.BgClassName
{
background-color: #DAB052;
}
</style>
border-color css
<style>
span { border-color: #DAB052; }
span { border-color: rgb(218,176,82); }
td.TdClassName
{
border-color: #DAB052;
}
.TagClassName
{
border-color: #DAB052;
}
</style>