Shades of Rob Roy #DAB354
Tints of Rob Roy #DAB354
RGB
CMYK
RGB Variations
Color information
#DAB354 (or 0xDAB354) is known color: Rob Roy. HEX triplet: DA, B3 and 54. RGB value is (218,179,84). Sum of RGB (Red+Green+Blue) = 218+179+84=481 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.32% from 481); Green value is 179 (70.31% from 255 or 37.21% from 481); Blue value is 84 (33.20% from 255 or 17.46% from 481); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB354 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAB354 is #254CAB. Grayscale: #B4B4B4. Windows color (decimal): -2444460 or 5551066. OLE color: 5551066.
HSL color Cylindrical-coordinate representation of color #DAB354: hue angle of 42.54º 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 #DAB354 is Cyan = 0, Magento = 0.18, Yellow = 0.61 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 179 | 84 | - |
| CMYK | 0 | 0.18 | 0.61 | 0.15 |
| HSL | 42.54º | 0.64% | 0.59% | - |
| HSV(B) | 42.54º | 0.61% | 0.85% | - |
| XYZ | 46.63 | 47.79 | 15.15 | - |
| YUV | 179.83 | 73.92 | 155.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 179 | 84 | 0 | 0.18 | 0.61 | 0.15 | 42.54 | 0.64 | 0.59 |
| Hex | DA | B3 | 54 | 0 | 12 | 3D | F | 2B | 40 | 3B |
| Octal | 332 | 263 | 124 | 0 | 22 | 75 | 17 | 53 | 100 | 73 |
| Binary | 11011010 | 10110011 | 1010100 | 0 | 10010 | 111101 | 1111 | 101011 | 1000000 | 111011 |
Color Harmonies of #DAB354
Complementary color
Monochromatic Colors of #DAB354
Black with #DAB354
Text Example
Text Example
White with #DAB354
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAB354; }
p { color: rgb(218,179,84); }
H1.HeaderClassName
{
color: #DAB354;
}
.AnyTagClassName
{
color: #DAB354;
}
</style>
background-color css
<style>
a { background-color: #DAB354; }
a { background-color: rgb(218,179,84); }
div.DivClassName
{
background-color: #DAB354;
}
.BgClassName
{
background-color: #DAB354;
}
</style>
border-color css
<style>
span { border-color: #DAB354; }
span { border-color: rgb(218,179,84); }
td.TdClassName
{
border-color: #DAB354;
}
.TagClassName
{
border-color: #DAB354;
}
</style>