Shades of Rob Roy #DAB04F
Tints of Rob Roy #DAB04F
RGB
CMYK
RGB Variations
Color information
#DAB04F (or 0xDAB04F) is known color: Rob Roy. HEX triplet: DA, B0 and 4F. RGB value is (218,176,79). Sum of RGB (Red+Green+Blue) = 218+176+79=473 (62% of max value = 765). Red value is 218 (85.55% from 255 or 46.09% from 473); Green value is 176 (69.14% from 255 or 37.21% from 473); Blue value is 79 (31.25% from 255 or 16.70% from 473); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB04F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DAB04F is #254FB0. Grayscale: #B1B1B1. Windows color (decimal): -2445233 or 5222618. OLE color: 5222618.
HSL color Cylindrical-coordinate representation of color #DAB04F: hue angle of 41.87º 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 #DAB04F is Cyan = 0, Magento = 0.19, Yellow = 0.64 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 176 | 79 | - |
| CMYK | 0 | 0.19 | 0.64 | 0.15 |
| HSL | 41.87º | 0.65% | 0.58% | - |
| HSV(B) | 41.87º | 0.64% | 0.85% | - |
| XYZ | 45.85 | 46.52 | 13.96 | - |
| YUV | 177.5 | 72.41 | 156.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 176 | 79 | 0 | 0.19 | 0.64 | 0.15 | 41.87 | 0.65 | 0.58 |
| Hex | DA | B0 | 4F | 0 | 13 | 40 | F | 2A | 41 | 3A |
| Octal | 332 | 260 | 117 | 0 | 23 | 100 | 17 | 52 | 101 | 72 |
| Binary | 11011010 | 10110000 | 1001111 | 0 | 10011 | 1000000 | 1111 | 101010 | 1000001 | 111010 |
Color Harmonies of #DAB04F
Complementary color
Monochromatic Colors of #DAB04F
Black with #DAB04F
Text Example
Text Example
White with #DAB04F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAB04F; }
p { color: rgb(218,176,79); }
H1.HeaderClassName
{
color: #DAB04F;
}
.AnyTagClassName
{
color: #DAB04F;
}
</style>
background-color css
<style>
a { background-color: #DAB04F; }
a { background-color: rgb(218,176,79); }
div.DivClassName
{
background-color: #DAB04F;
}
.BgClassName
{
background-color: #DAB04F;
}
</style>
border-color css
<style>
span { border-color: #DAB04F; }
span { border-color: rgb(218,176,79); }
td.TdClassName
{
border-color: #DAB04F;
}
.TagClassName
{
border-color: #DAB04F;
}
</style>