Shades of Rob Roy #DAB54B
Tints of Rob Roy #DAB54B
RGB
CMYK
RGB Variations
Color information
#DAB54B (or 0xDAB54B) is known color: Rob Roy. HEX triplet: DA, B5 and 4B. RGB value is (218,181,75). Sum of RGB (Red+Green+Blue) = 218+181+75=474 (62% of max value = 765). Red value is 218 (85.55% from 255 or 45.99% from 474); Green value is 181 (71.09% from 255 or 38.19% from 474); Blue value is 75 (29.69% from 255 or 15.82% from 474); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB54B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAB54B is #254AB4. Grayscale: #B4B4B4. Windows color (decimal): -2443957 or 4961754. OLE color: 4961754.
HSL color Cylindrical-coordinate representation of color #DAB54B: hue angle of 44.48º degrees, saturation: 0.66, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #DAB54B is Cyan = 0, Magento = 0.17, Yellow = 0.66 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 181 | 75 | - |
| CMYK | 0 | 0.17 | 0.66 | 0.15 |
| HSL | 44.48º | 0.66% | 0.57% | - |
| HSV(B) | 44.48º | 0.66% | 0.85% | - |
| XYZ | 46.71 | 48.46 | 13.55 | - |
| YUV | 179.98 | 68.76 | 155.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 181 | 75 | 0 | 0.17 | 0.66 | 0.15 | 44.48 | 0.66 | 0.57 |
| Hex | DA | B5 | 4B | 0 | 11 | 42 | F | 2C | 42 | 39 |
| Octal | 332 | 265 | 113 | 0 | 21 | 102 | 17 | 54 | 102 | 71 |
| Binary | 11011010 | 10110101 | 1001011 | 0 | 10001 | 1000010 | 1111 | 101100 | 1000010 | 111001 |
Color Harmonies of #DAB54B
Complementary color
Monochromatic Colors of #DAB54B
Black with #DAB54B
Text Example
Text Example
White with #DAB54B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAB54B; }
p { color: rgb(218,181,75); }
H1.HeaderClassName
{
color: #DAB54B;
}
.AnyTagClassName
{
color: #DAB54B;
}
</style>
background-color css
<style>
a { background-color: #DAB54B; }
a { background-color: rgb(218,181,75); }
div.DivClassName
{
background-color: #DAB54B;
}
.BgClassName
{
background-color: #DAB54B;
}
</style>
border-color css
<style>
span { border-color: #DAB54B; }
span { border-color: rgb(218,181,75); }
td.TdClassName
{
border-color: #DAB54B;
}
.TagClassName
{
border-color: #DAB54B;
}
</style>