Shades of Rob Roy #DAB54E
Tints of Rob Roy #DAB54E
RGB
CMYK
RGB Variations
Color information
#DAB54E (or 0xDAB54E) is known color: Rob Roy. HEX triplet: DA, B5 and 4E. RGB value is (218,181,78). Sum of RGB (Red+Green+Blue) = 218+181+78=477 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.70% from 477); Green value is 181 (71.09% from 255 or 37.95% from 477); Blue value is 78 (30.86% from 255 or 16.35% from 477); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB54E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAB54E is #254AB1. Grayscale: #B4B4B4. Windows color (decimal): -2443954 or 5158362. OLE color: 5158362.
HSL color Cylindrical-coordinate representation of color #DAB54E: hue angle of 44.14º degrees, saturation: 0.65, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #DAB54E is Cyan = 0, Magento = 0.17, Yellow = 0.64 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 181 | 78 | - |
| CMYK | 0 | 0.17 | 0.64 | 0.15 |
| HSL | 44.14º | 0.65% | 0.58% | - |
| HSV(B) | 44.14º | 0.64% | 0.85% | - |
| XYZ | 46.81 | 48.5 | 14.1 | - |
| YUV | 180.32 | 70.26 | 154.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 181 | 78 | 0 | 0.17 | 0.64 | 0.15 | 44.14 | 0.65 | 0.58 |
| Hex | DA | B5 | 4E | 0 | 11 | 40 | F | 2C | 41 | 3A |
| Octal | 332 | 265 | 116 | 0 | 21 | 100 | 17 | 54 | 101 | 72 |
| Binary | 11011010 | 10110101 | 1001110 | 0 | 10001 | 1000000 | 1111 | 101100 | 1000001 | 111010 |
Color Harmonies of #DAB54E
Complementary color
Monochromatic Colors of #DAB54E
Black with #DAB54E
Text Example
Text Example
White with #DAB54E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAB54E; }
p { color: rgb(218,181,78); }
H1.HeaderClassName
{
color: #DAB54E;
}
.AnyTagClassName
{
color: #DAB54E;
}
</style>
background-color css
<style>
a { background-color: #DAB54E; }
a { background-color: rgb(218,181,78); }
div.DivClassName
{
background-color: #DAB54E;
}
.BgClassName
{
background-color: #DAB54E;
}
</style>
border-color css
<style>
span { border-color: #DAB54E; }
span { border-color: rgb(218,181,78); }
td.TdClassName
{
border-color: #DAB54E;
}
.TagClassName
{
border-color: #DAB54E;
}
</style>