Shades of Rob Roy #DAAC49
Tints of Rob Roy #DAAC49
RGB
CMYK
RGB Variations
Color information
#DAAC49 (or 0xDAAC49) is known color: Rob Roy. HEX triplet: DA, AC and 49. RGB value is (218,172,73). Sum of RGB (Red+Green+Blue) = 218+172+73=463 (61% of max value = 765). Red value is 218 (85.55% from 255 or 47.08% from 463); Green value is 172 (67.58% from 255 or 37.15% from 463); Blue value is 73 (28.91% from 255 or 15.77% from 463); Max value from RGB is 218 - color contains mainly: red. Hex color #DAAC49 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DAAC49 is #2553B6. Grayscale: #AEAEAE. Windows color (decimal): -2446263 or 4828378. OLE color: 4828378.
HSL color Cylindrical-coordinate representation of color #DAAC49: hue angle of 40.97º degrees, saturation: 0.66, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #DAAC49 is Cyan = 0, Magento = 0.21, Yellow = 0.67 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 172 | 73 | - |
| CMYK | 0 | 0.21 | 0.67 | 0.15 |
| HSL | 40.97º | 0.66% | 0.57% | - |
| HSV(B) | 40.97º | 0.67% | 0.85% | - |
| XYZ | 44.87 | 44.89 | 12.6 | - |
| YUV | 174.47 | 70.74 | 159.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 172 | 73 | 0 | 0.21 | 0.67 | 0.15 | 40.97 | 0.66 | 0.57 |
| Hex | DA | AC | 49 | 0 | 15 | 43 | F | 29 | 42 | 39 |
| Octal | 332 | 254 | 111 | 0 | 25 | 103 | 17 | 51 | 102 | 71 |
| Binary | 11011010 | 10101100 | 1001001 | 0 | 10101 | 1000011 | 1111 | 101001 | 1000010 | 111001 |
Color Harmonies of #DAAC49
Complementary color
Monochromatic Colors of #DAAC49
Black with #DAAC49
Text Example
Text Example
White with #DAAC49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAAC49; }
p { color: rgb(218,172,73); }
H1.HeaderClassName
{
color: #DAAC49;
}
.AnyTagClassName
{
color: #DAAC49;
}
</style>
background-color css
<style>
a { background-color: #DAAC49; }
a { background-color: rgb(218,172,73); }
div.DivClassName
{
background-color: #DAAC49;
}
.BgClassName
{
background-color: #DAAC49;
}
</style>
border-color css
<style>
span { border-color: #DAAC49; }
span { border-color: rgb(218,172,73); }
td.TdClassName
{
border-color: #DAAC49;
}
.TagClassName
{
border-color: #DAAC49;
}
</style>