Shades of Rob Roy #DAB555
Tints of Rob Roy #DAB555
RGB
CMYK
RGB Variations
Color information
#DAB555 (or 0xDAB555) is known color: Rob Roy. HEX triplet: DA, B5 and 55. RGB value is (218,181,85). Sum of RGB (Red+Green+Blue) = 218+181+85=484 (64% of max value = 765). Red value is 218 (85.55% from 255 or 45.04% from 484); Green value is 181 (71.09% from 255 or 37.40% from 484); Blue value is 85 (33.59% from 255 or 17.56% from 484); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB555 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAB555 is #254AAA. Grayscale: #B5B5B5. Windows color (decimal): -2443947 or 5617114. OLE color: 5617114.
HSL color Cylindrical-coordinate representation of color #DAB555: hue angle of 43.31º 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 #DAB555 is Cyan = 0, Magento = 0.17, Yellow = 0.61 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 181 | 85 | - |
| CMYK | 0 | 0.17 | 0.61 | 0.15 |
| HSL | 43.31º | 0.64% | 0.59% | - |
| HSV(B) | 43.31º | 0.61% | 0.85% | - |
| XYZ | 47.08 | 48.61 | 15.5 | - |
| YUV | 181.12 | 73.76 | 154.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 181 | 85 | 0 | 0.17 | 0.61 | 0.15 | 43.31 | 0.64 | 0.59 |
| Hex | DA | B5 | 55 | 0 | 11 | 3D | F | 2B | 40 | 3B |
| Octal | 332 | 265 | 125 | 0 | 21 | 75 | 17 | 53 | 100 | 73 |
| Binary | 11011010 | 10110101 | 1010101 | 0 | 10001 | 111101 | 1111 | 101011 | 1000000 | 111011 |
Color Harmonies of #DAB555
Complementary color
Monochromatic Colors of #DAB555
Black with #DAB555
Text Example
Text Example
White with #DAB555
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAB555; }
p { color: rgb(218,181,85); }
H1.HeaderClassName
{
color: #DAB555;
}
.AnyTagClassName
{
color: #DAB555;
}
</style>
background-color css
<style>
a { background-color: #DAB555; }
a { background-color: rgb(218,181,85); }
div.DivClassName
{
background-color: #DAB555;
}
.BgClassName
{
background-color: #DAB555;
}
</style>
border-color css
<style>
span { border-color: #DAB555; }
span { border-color: rgb(218,181,85); }
td.TdClassName
{
border-color: #DAB555;
}
.TagClassName
{
border-color: #DAB555;
}
</style>