Shades of Rob Roy #DAAF49
Tints of Rob Roy #DAAF49
RGB
CMYK
RGB Variations
Color information
#DAAF49 (or 0xDAAF49) is known color: Rob Roy. HEX triplet: DA, AF and 49. RGB value is (218,175,73). Sum of RGB (Red+Green+Blue) = 218+175+73=466 (61% of max value = 765). Red value is 218 (85.55% from 255 or 46.78% from 466); Green value is 175 (68.75% from 255 or 37.55% from 466); Blue value is 73 (28.91% from 255 or 15.67% from 466); Max value from RGB is 218 - color contains mainly: red. Hex color #DAAF49 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DAAF49 is #2550B6. Grayscale: #B0B0B0. Windows color (decimal): -2445495 or 4829146. OLE color: 4829146.
HSL color Cylindrical-coordinate representation of color #DAAF49: hue angle of 42.21º 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 #DAAF49 is Cyan = 0, Magento = 0.20, Yellow = 0.67 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 175 | 73 | - |
| CMYK | 0 | 0.20 | 0.67 | 0.15 |
| HSL | 42.21º | 0.66% | 0.57% | - |
| HSV(B) | 42.21º | 0.67% | 0.85% | - |
| XYZ | 45.45 | 46.05 | 12.8 | - |
| YUV | 176.23 | 69.75 | 157.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 175 | 73 | 0 | 0.20 | 0.67 | 0.15 | 42.21 | 0.66 | 0.57 |
| Hex | DA | AF | 49 | 0 | 14 | 43 | F | 2A | 42 | 39 |
| Octal | 332 | 257 | 111 | 0 | 24 | 103 | 17 | 52 | 102 | 71 |
| Binary | 11011010 | 10101111 | 1001001 | 0 | 10100 | 1000011 | 1111 | 101010 | 1000010 | 111001 |
Color Harmonies of #DAAF49
Complementary color
Monochromatic Colors of #DAAF49
Black with #DAAF49
Text Example
Text Example
White with #DAAF49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAAF49; }
p { color: rgb(218,175,73); }
H1.HeaderClassName
{
color: #DAAF49;
}
.AnyTagClassName
{
color: #DAAF49;
}
</style>
background-color css
<style>
a { background-color: #DAAF49; }
a { background-color: rgb(218,175,73); }
div.DivClassName
{
background-color: #DAAF49;
}
.BgClassName
{
background-color: #DAAF49;
}
</style>
border-color css
<style>
span { border-color: #DAAF49; }
span { border-color: rgb(218,175,73); }
td.TdClassName
{
border-color: #DAAF49;
}
.TagClassName
{
border-color: #DAAF49;
}
</style>