Shades of Rob Roy #DAAC55
Tints of Rob Roy #DAAC55
RGB
CMYK
RGB Variations
Color information
#DAAC55 (or 0xDAAC55) is known color: Rob Roy. HEX triplet: DA, AC and 55. RGB value is (218,172,85). Sum of RGB (Red+Green+Blue) = 218+172+85=475 (62% of max value = 765). Red value is 218 (85.55% from 255 or 45.89% from 475); Green value is 172 (67.58% from 255 or 36.21% from 475); Blue value is 85 (33.59% from 255 or 17.89% from 475); Max value from RGB is 218 - color contains mainly: red. Hex color #DAAC55 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DAAC55 is #2553AA. Grayscale: #B0B0B0. Windows color (decimal): -2446251 or 5614810. OLE color: 5614810.
HSL color Cylindrical-coordinate representation of color #DAAC55: hue angle of 39.25º degrees, saturation: 0.64, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #DAAC55 is Cyan = 0, Magento = 0.21, Yellow = 0.61 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 172 | 85 | - |
| CMYK | 0 | 0.21 | 0.61 | 0.15 |
| HSL | 39.25º | 0.64% | 0.59% | - |
| HSV(B) | 39.25º | 0.61% | 0.85% | - |
| XYZ | 45.31 | 45.07 | 14.91 | - |
| YUV | 175.84 | 76.74 | 158.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 172 | 85 | 0 | 0.21 | 0.61 | 0.15 | 39.25 | 0.64 | 0.59 |
| Hex | DA | AC | 55 | 0 | 15 | 3D | F | 27 | 40 | 3B |
| Octal | 332 | 254 | 125 | 0 | 25 | 75 | 17 | 47 | 100 | 73 |
| Binary | 11011010 | 10101100 | 1010101 | 0 | 10101 | 111101 | 1111 | 100111 | 1000000 | 111011 |
Color Harmonies of #DAAC55
Complementary color
Monochromatic Colors of #DAAC55
Black with #DAAC55
Text Example
Text Example
White with #DAAC55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAAC55; }
p { color: rgb(218,172,85); }
H1.HeaderClassName
{
color: #DAAC55;
}
.AnyTagClassName
{
color: #DAAC55;
}
</style>
background-color css
<style>
a { background-color: #DAAC55; }
a { background-color: rgb(218,172,85); }
div.DivClassName
{
background-color: #DAAC55;
}
.BgClassName
{
background-color: #DAAC55;
}
</style>
border-color css
<style>
span { border-color: #DAAC55; }
span { border-color: rgb(218,172,85); }
td.TdClassName
{
border-color: #DAAC55;
}
.TagClassName
{
border-color: #DAAC55;
}
</style>