Shades of Rob Roy #DAB950
Tints of Rob Roy #DAB950
RGB
CMYK
RGB Variations
Color information
#DAB950 (or 0xDAB950) is known color: Rob Roy. HEX triplet: DA, B9 and 50. RGB value is (218,185,80). Sum of RGB (Red+Green+Blue) = 218+185+80=483 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.13% from 483); Green value is 185 (72.66% from 255 or 38.30% from 483); Blue value is 80 (31.64% from 255 or 16.56% from 483); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB950 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAB950 is #2546AF. Grayscale: #B7B7B7. Windows color (decimal): -2442928 or 5290458. OLE color: 5290458.
HSL color Cylindrical-coordinate representation of color #DAB950: hue angle of 45.65º degrees, saturation: 0.65, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DAB950 is Cyan = 0, Magento = 0.15, Yellow = 0.63 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 185 | 80 | - |
| CMYK | 0 | 0.15 | 0.63 | 0.15 |
| HSL | 45.65º | 0.65% | 0.58% | - |
| HSV(B) | 45.65º | 0.63% | 0.85% | - |
| XYZ | 47.71 | 50.18 | 14.76 | - |
| YUV | 182.9 | 69.93 | 153.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 185 | 80 | 0 | 0.15 | 0.63 | 0.15 | 45.65 | 0.65 | 0.58 |
| Hex | DA | B9 | 50 | 0 | F | 3F | F | 2E | 41 | 3A |
| Octal | 332 | 271 | 120 | 0 | 17 | 77 | 17 | 56 | 101 | 72 |
| Binary | 11011010 | 10111001 | 1010000 | 0 | 1111 | 111111 | 1111 | 101110 | 1000001 | 111010 |
Color Harmonies of #DAB950
Complementary color
Monochromatic Colors of #DAB950
Black with #DAB950
Text Example
Text Example
White with #DAB950
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAB950; }
p { color: rgb(218,185,80); }
H1.HeaderClassName
{
color: #DAB950;
}
.AnyTagClassName
{
color: #DAB950;
}
</style>
background-color css
<style>
a { background-color: #DAB950; }
a { background-color: rgb(218,185,80); }
div.DivClassName
{
background-color: #DAB950;
}
.BgClassName
{
background-color: #DAB950;
}
</style>
border-color css
<style>
span { border-color: #DAB950; }
span { border-color: rgb(218,185,80); }
td.TdClassName
{
border-color: #DAB950;
}
.TagClassName
{
border-color: #DAB950;
}
</style>