Shades of Rob Roy #DAB54C
Tints of Rob Roy #DAB54C
RGB
CMYK
RGB Variations
Color information
#DAB54C (or 0xDAB54C) is known color: Rob Roy. HEX triplet: DA, B5 and 4C. RGB value is (218,181,76). Sum of RGB (Red+Green+Blue) = 218+181+76=475 (62% of max value = 765). Red value is 218 (85.55% from 255 or 45.89% from 475); Green value is 181 (71.09% from 255 or 38.11% from 475); Blue value is 76 (30.08% from 255 or 16% from 475); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB54C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAB54C is #254AB3. Grayscale: #B4B4B4. Windows color (decimal): -2443956 or 5027290. OLE color: 5027290.
HSL color Cylindrical-coordinate representation of color #DAB54C: hue angle of 44.37º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #DAB54C is Cyan = 0, Magento = 0.17, Yellow = 0.65 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 181 | 76 | - |
| CMYK | 0 | 0.17 | 0.65 | 0.15 |
| HSL | 44.37º | 0.66% | 0.58% | - |
| HSV(B) | 44.37º | 0.65% | 0.85% | - |
| XYZ | 46.74 | 48.47 | 13.73 | - |
| YUV | 180.09 | 69.26 | 155.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 181 | 76 | 0 | 0.17 | 0.65 | 0.15 | 44.37 | 0.66 | 0.58 |
| Hex | DA | B5 | 4C | 0 | 11 | 41 | F | 2C | 42 | 3A |
| Octal | 332 | 265 | 114 | 0 | 21 | 101 | 17 | 54 | 102 | 72 |
| Binary | 11011010 | 10110101 | 1001100 | 0 | 10001 | 1000001 | 1111 | 101100 | 1000010 | 111010 |
Color Harmonies of #DAB54C
Complementary color
Monochromatic Colors of #DAB54C
Black with #DAB54C
Text Example
Text Example
White with #DAB54C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAB54C; }
p { color: rgb(218,181,76); }
H1.HeaderClassName
{
color: #DAB54C;
}
.AnyTagClassName
{
color: #DAB54C;
}
</style>
background-color css
<style>
a { background-color: #DAB54C; }
a { background-color: rgb(218,181,76); }
div.DivClassName
{
background-color: #DAB54C;
}
.BgClassName
{
background-color: #DAB54C;
}
</style>
border-color css
<style>
span { border-color: #DAB54C; }
span { border-color: rgb(218,181,76); }
td.TdClassName
{
border-color: #DAB54C;
}
.TagClassName
{
border-color: #DAB54C;
}
</style>