Shades of Rob Roy #DAB44D
Tints of Rob Roy #DAB44D
RGB
CMYK
RGB Variations
Color information
#DAB44D (or 0xDAB44D) is known color: Rob Roy. HEX triplet: DA, B4 and 4D. RGB value is (218,180,77). Sum of RGB (Red+Green+Blue) = 218+180+77=475 (62% of max value = 765). Red value is 218 (85.55% from 255 or 45.89% from 475); Green value is 180 (70.70% from 255 or 37.89% from 475); Blue value is 77 (30.47% from 255 or 16.21% from 475); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB44D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAB44D is #254BB2. Grayscale: #B4B4B4. Windows color (decimal): -2444211 or 5092570. OLE color: 5092570.
HSL color Cylindrical-coordinate representation of color #DAB44D: hue angle of 43.83º 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 #DAB44D is Cyan = 0, Magento = 0.17, Yellow = 0.65 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 180 | 77 | - |
| CMYK | 0 | 0.17 | 0.65 | 0.15 |
| HSL | 43.83º | 0.66% | 0.58% | - |
| HSV(B) | 43.83º | 0.65% | 0.85% | - |
| XYZ | 46.57 | 48.08 | 13.85 | - |
| YUV | 179.62 | 70.09 | 155.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 180 | 77 | 0 | 0.17 | 0.65 | 0.15 | 43.83 | 0.66 | 0.58 |
| Hex | DA | B4 | 4D | 0 | 11 | 41 | F | 2C | 42 | 3A |
| Octal | 332 | 264 | 115 | 0 | 21 | 101 | 17 | 54 | 102 | 72 |
| Binary | 11011010 | 10110100 | 1001101 | 0 | 10001 | 1000001 | 1111 | 101100 | 1000010 | 111010 |
Color Harmonies of #DAB44D
Complementary color
Monochromatic Colors of #DAB44D
Black with #DAB44D
Text Example
Text Example
White with #DAB44D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAB44D; }
p { color: rgb(218,180,77); }
H1.HeaderClassName
{
color: #DAB44D;
}
.AnyTagClassName
{
color: #DAB44D;
}
</style>
background-color css
<style>
a { background-color: #DAB44D; }
a { background-color: rgb(218,180,77); }
div.DivClassName
{
background-color: #DAB44D;
}
.BgClassName
{
background-color: #DAB44D;
}
</style>
border-color css
<style>
span { border-color: #DAB44D; }
span { border-color: rgb(218,180,77); }
td.TdClassName
{
border-color: #DAB44D;
}
.TagClassName
{
border-color: #DAB44D;
}
</style>