Shades of Rob Roy #DAAB4D
Tints of Rob Roy #DAAB4D
RGB
CMYK
RGB Variations
Color information
#DAAB4D (or 0xDAAB4D) is known color: Rob Roy. HEX triplet: DA, AB and 4D. RGB value is (218,171,77). Sum of RGB (Red+Green+Blue) = 218+171+77=466 (61% of max value = 765). Red value is 218 (85.55% from 255 or 46.78% from 466); Green value is 171 (67.19% from 255 or 36.70% from 466); Blue value is 77 (30.47% from 255 or 16.52% from 466); Max value from RGB is 218 - color contains mainly: red. Hex color #DAAB4D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DAAB4D is #2554B2. Grayscale: #AEAEAE. Windows color (decimal): -2446515 or 5090266. OLE color: 5090266.
HSL color Cylindrical-coordinate representation of color #DAAB4D: hue angle of 40º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #DAAB4D is Cyan = 0, Magento = 0.22, Yellow = 0.65 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 171 | 77 | - |
| CMYK | 0 | 0.22 | 0.65 | 0.15 |
| HSL | 40º | 0.66% | 0.58% | - |
| HSV(B) | 40º | 0.65% | 0.85% | - |
| XYZ | 44.82 | 44.57 | 13.26 | - |
| YUV | 174.34 | 73.07 | 159.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 171 | 77 | 0 | 0.22 | 0.65 | 0.15 | 40 | 0.66 | 0.58 |
| Hex | DA | AB | 4D | 0 | 16 | 41 | F | 28 | 42 | 3A |
| Octal | 332 | 253 | 115 | 0 | 26 | 101 | 17 | 50 | 102 | 72 |
| Binary | 11011010 | 10101011 | 1001101 | 0 | 10110 | 1000001 | 1111 | 101000 | 1000010 | 111010 |
Color Harmonies of #DAAB4D
Complementary color
Monochromatic Colors of #DAAB4D
Black with #DAAB4D
Text Example
Text Example
White with #DAAB4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAAB4D; }
p { color: rgb(218,171,77); }
H1.HeaderClassName
{
color: #DAAB4D;
}
.AnyTagClassName
{
color: #DAAB4D;
}
</style>
background-color css
<style>
a { background-color: #DAAB4D; }
a { background-color: rgb(218,171,77); }
div.DivClassName
{
background-color: #DAAB4D;
}
.BgClassName
{
background-color: #DAAB4D;
}
</style>
border-color css
<style>
span { border-color: #DAAB4D; }
span { border-color: rgb(218,171,77); }
td.TdClassName
{
border-color: #DAAB4D;
}
.TagClassName
{
border-color: #DAAB4D;
}
</style>