Shades of Rob Roy #DAB94F
Tints of Rob Roy #DAB94F
RGB
CMYK
RGB Variations
Color information
#DAB94F (or 0xDAB94F) is known color: Rob Roy. HEX triplet: DA, B9 and 4F. RGB value is (218,185,79). Sum of RGB (Red+Green+Blue) = 218+185+79=482 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.23% from 482); Green value is 185 (72.66% from 255 or 38.38% from 482); Blue value is 79 (31.25% from 255 or 16.39% from 482); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB94F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAB94F is #2546B0. Grayscale: #B7B7B7. Windows color (decimal): -2442929 or 5224922. OLE color: 5224922.
HSL color Cylindrical-coordinate representation of color #DAB94F: hue angle of 45.76º 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 #DAB94F is Cyan = 0, Magento = 0.15, Yellow = 0.64 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 185 | 79 | - |
| CMYK | 0 | 0.15 | 0.64 | 0.15 |
| HSL | 45.76º | 0.65% | 0.58% | - |
| HSV(B) | 45.76º | 0.64% | 0.85% | - |
| XYZ | 47.67 | 50.17 | 14.57 | - |
| YUV | 182.78 | 69.43 | 153.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 185 | 79 | 0 | 0.15 | 0.64 | 0.15 | 45.76 | 0.65 | 0.58 |
| Hex | DA | B9 | 4F | 0 | F | 40 | F | 2E | 41 | 3A |
| Octal | 332 | 271 | 117 | 0 | 17 | 100 | 17 | 56 | 101 | 72 |
| Binary | 11011010 | 10111001 | 1001111 | 0 | 1111 | 1000000 | 1111 | 101110 | 1000001 | 111010 |
Color Harmonies of #DAB94F
Complementary color
Monochromatic Colors of #DAB94F
Black with #DAB94F
Text Example
Text Example
White with #DAB94F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAB94F; }
p { color: rgb(218,185,79); }
H1.HeaderClassName
{
color: #DAB94F;
}
.AnyTagClassName
{
color: #DAB94F;
}
</style>
background-color css
<style>
a { background-color: #DAB94F; }
a { background-color: rgb(218,185,79); }
div.DivClassName
{
background-color: #DAB94F;
}
.BgClassName
{
background-color: #DAB94F;
}
</style>
border-color css
<style>
span { border-color: #DAB94F; }
span { border-color: rgb(218,185,79); }
td.TdClassName
{
border-color: #DAB94F;
}
.TagClassName
{
border-color: #DAB94F;
}
</style>