Shades of Rob Roy #DAB850
Tints of Rob Roy #DAB850
RGB
CMYK
RGB Variations
Color information
#DAB850 (or 0xDAB850) is known color: Rob Roy. HEX triplet: DA, B8 and 50. RGB value is (218,184,80). Sum of RGB (Red+Green+Blue) = 218+184+80=482 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.23% from 482); Green value is 184 (72.27% from 255 or 38.17% from 482); Blue value is 80 (31.64% from 255 or 16.60% from 482); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB850 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAB850 is #2547AF. Grayscale: #B6B6B6. Windows color (decimal): -2443184 or 5290202. OLE color: 5290202.
HSL color Cylindrical-coordinate representation of color #DAB850: hue angle of 45.22º 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 #DAB850 is Cyan = 0, Magento = 0.16, Yellow = 0.63 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 184 | 80 | - |
| CMYK | 0 | 0.16 | 0.63 | 0.15 |
| HSL | 45.22º | 0.65% | 0.58% | - |
| HSV(B) | 45.22º | 0.63% | 0.85% | - |
| XYZ | 47.5 | 49.77 | 14.69 | - |
| YUV | 182.31 | 70.26 | 153.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 184 | 80 | 0 | 0.16 | 0.63 | 0.15 | 45.22 | 0.65 | 0.58 |
| Hex | DA | B8 | 50 | 0 | 10 | 3F | F | 2D | 41 | 3A |
| Octal | 332 | 270 | 120 | 0 | 20 | 77 | 17 | 55 | 101 | 72 |
| Binary | 11011010 | 10111000 | 1010000 | 0 | 10000 | 111111 | 1111 | 101101 | 1000001 | 111010 |
Color Harmonies of #DAB850
Complementary color
Monochromatic Colors of #DAB850
Black with #DAB850
Text Example
Text Example
White with #DAB850
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAB850; }
p { color: rgb(218,184,80); }
H1.HeaderClassName
{
color: #DAB850;
}
.AnyTagClassName
{
color: #DAB850;
}
</style>
background-color css
<style>
a { background-color: #DAB850; }
a { background-color: rgb(218,184,80); }
div.DivClassName
{
background-color: #DAB850;
}
.BgClassName
{
background-color: #DAB850;
}
</style>
border-color css
<style>
span { border-color: #DAB850; }
span { border-color: rgb(218,184,80); }
td.TdClassName
{
border-color: #DAB850;
}
.TagClassName
{
border-color: #DAB850;
}
</style>