Shades of Rob Roy #DAB355
Tints of Rob Roy #DAB355
RGB
CMYK
RGB Variations
Color information
#DAB355 (or 0xDAB355) is known color: Rob Roy. HEX triplet: DA, B3 and 55. RGB value is (218,179,85). Sum of RGB (Red+Green+Blue) = 218+179+85=482 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.23% from 482); Green value is 179 (70.31% from 255 or 37.14% from 482); Blue value is 85 (33.59% from 255 or 17.63% from 482); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB355 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAB355 is #254CAA. Grayscale: #B4B4B4. Windows color (decimal): -2444459 or 5616602. OLE color: 5616602.
HSL color Cylindrical-coordinate representation of color #DAB355: hue angle of 42.41º 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 #DAB355 is Cyan = 0, Magento = 0.18, Yellow = 0.61 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 179 | 85 | - |
| CMYK | 0 | 0.18 | 0.61 | 0.15 |
| HSL | 42.41º | 0.64% | 0.59% | - |
| HSV(B) | 42.41º | 0.61% | 0.85% | - |
| XYZ | 46.67 | 47.8 | 15.36 | - |
| YUV | 179.95 | 74.42 | 155.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 179 | 85 | 0 | 0.18 | 0.61 | 0.15 | 42.41 | 0.64 | 0.59 |
| Hex | DA | B3 | 55 | 0 | 12 | 3D | F | 2A | 40 | 3B |
| Octal | 332 | 263 | 125 | 0 | 22 | 75 | 17 | 52 | 100 | 73 |
| Binary | 11011010 | 10110011 | 1010101 | 0 | 10010 | 111101 | 1111 | 101010 | 1000000 | 111011 |
Color Harmonies of #DAB355
Complementary color
Monochromatic Colors of #DAB355
Black with #DAB355
Text Example
Text Example
White with #DAB355
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAB355; }
p { color: rgb(218,179,85); }
H1.HeaderClassName
{
color: #DAB355;
}
.AnyTagClassName
{
color: #DAB355;
}
</style>
background-color css
<style>
a { background-color: #DAB355; }
a { background-color: rgb(218,179,85); }
div.DivClassName
{
background-color: #DAB355;
}
.BgClassName
{
background-color: #DAB355;
}
</style>
border-color css
<style>
span { border-color: #DAB355; }
span { border-color: rgb(218,179,85); }
td.TdClassName
{
border-color: #DAB355;
}
.TagClassName
{
border-color: #DAB355;
}
</style>