Shades of Rob Roy #DAAB4F
Tints of Rob Roy #DAAB4F
RGB
CMYK
RGB Variations
Color information
#DAAB4F (or 0xDAAB4F) is known color: Rob Roy. HEX triplet: DA, AB and 4F. RGB value is (218,171,79). Sum of RGB (Red+Green+Blue) = 218+171+79=468 (61% of max value = 765). Red value is 218 (85.55% from 255 or 46.58% from 468); Green value is 171 (67.19% from 255 or 36.54% from 468); Blue value is 79 (31.25% from 255 or 16.88% from 468); Max value from RGB is 218 - color contains mainly: red. Hex color #DAAB4F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DAAB4F is #2554B0. Grayscale: #AEAEAE. Windows color (decimal): -2446513 or 5221338. OLE color: 5221338.
HSL color Cylindrical-coordinate representation of color #DAAB4F: hue angle of 39.71º 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 #DAAB4F is Cyan = 0, Magento = 0.22, Yellow = 0.64 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 171 | 79 | - |
| CMYK | 0 | 0.22 | 0.64 | 0.15 |
| HSL | 39.71º | 0.65% | 0.58% | - |
| HSV(B) | 39.71º | 0.64% | 0.85% | - |
| XYZ | 44.89 | 44.6 | 13.64 | - |
| YUV | 174.57 | 74.07 | 158.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 171 | 79 | 0 | 0.22 | 0.64 | 0.15 | 39.71 | 0.65 | 0.58 |
| Hex | DA | AB | 4F | 0 | 16 | 40 | F | 28 | 41 | 3A |
| Octal | 332 | 253 | 117 | 0 | 26 | 100 | 17 | 50 | 101 | 72 |
| Binary | 11011010 | 10101011 | 1001111 | 0 | 10110 | 1000000 | 1111 | 101000 | 1000001 | 111010 |
Color Harmonies of #DAAB4F
Complementary color
Monochromatic Colors of #DAAB4F
Black with #DAAB4F
Text Example
Text Example
White with #DAAB4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAAB4F; }
p { color: rgb(218,171,79); }
H1.HeaderClassName
{
color: #DAAB4F;
}
.AnyTagClassName
{
color: #DAAB4F;
}
</style>
background-color css
<style>
a { background-color: #DAAB4F; }
a { background-color: rgb(218,171,79); }
div.DivClassName
{
background-color: #DAAB4F;
}
.BgClassName
{
background-color: #DAAB4F;
}
</style>
border-color css
<style>
span { border-color: #DAAB4F; }
span { border-color: rgb(218,171,79); }
td.TdClassName
{
border-color: #DAAB4F;
}
.TagClassName
{
border-color: #DAAB4F;
}
</style>