Shades of Rob Roy #DAAB59
Tints of Rob Roy #DAAB59
RGB
CMYK
RGB Variations
Color information
#DAAB59 (or 0xDAAB59) is known color: Rob Roy. HEX triplet: DA, AB and 59. RGB value is (218,171,89). Sum of RGB (Red+Green+Blue) = 218+171+89=478 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.61% from 478); Green value is 171 (67.19% from 255 or 35.77% from 478); Blue value is 89 (35.16% from 255 or 18.62% from 478); Max value from RGB is 218 - color contains mainly: red. Hex color #DAAB59 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DAAB59 is #2554A6. Grayscale: #B0B0B0. Windows color (decimal): -2446503 or 5876698. OLE color: 5876698.
HSL color Cylindrical-coordinate representation of color #DAAB59: hue angle of 38.14º degrees, saturation: 0.64, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #DAAB59 is Cyan = 0, Magento = 0.22, Yellow = 0.59 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 171 | 89 | - |
| CMYK | 0 | 0.22 | 0.59 | 0.15 |
| HSL | 38.14º | 0.64% | 0.6% | - |
| HSV(B) | 38.14º | 0.59% | 0.85% | - |
| XYZ | 45.28 | 44.75 | 15.7 | - |
| YUV | 175.71 | 79.07 | 158.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 171 | 89 | 0 | 0.22 | 0.59 | 0.15 | 38.14 | 0.64 | 0.6 |
| Hex | DA | AB | 59 | 0 | 16 | 3B | F | 26 | 40 | 3C |
| Octal | 332 | 253 | 131 | 0 | 26 | 73 | 17 | 46 | 100 | 74 |
| Binary | 11011010 | 10101011 | 1011001 | 0 | 10110 | 111011 | 1111 | 100110 | 1000000 | 111100 |
Color Harmonies of #DAAB59
Complementary color
Monochromatic Colors of #DAAB59
Black with #DAAB59
Text Example
Text Example
White with #DAAB59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAAB59; }
p { color: rgb(218,171,89); }
H1.HeaderClassName
{
color: #DAAB59;
}
.AnyTagClassName
{
color: #DAAB59;
}
</style>
background-color css
<style>
a { background-color: #DAAB59; }
a { background-color: rgb(218,171,89); }
div.DivClassName
{
background-color: #DAAB59;
}
.BgClassName
{
background-color: #DAAB59;
}
</style>
border-color css
<style>
span { border-color: #DAAB59; }
span { border-color: rgb(218,171,89); }
td.TdClassName
{
border-color: #DAAB59;
}
.TagClassName
{
border-color: #DAAB59;
}
</style>