Shades of Rob Roy #DAB350
Tints of Rob Roy #DAB350
RGB
CMYK
RGB Variations
Color information
#DAB350 (or 0xDAB350) is known color: Rob Roy. HEX triplet: DA, B3 and 50. RGB value is (218,179,80). Sum of RGB (Red+Green+Blue) = 218+179+80=477 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.70% from 477); Green value is 179 (70.31% from 255 or 37.53% from 477); Blue value is 80 (31.64% from 255 or 16.77% from 477); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB350 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAB350 is #254CAF. Grayscale: #B3B3B3. Windows color (decimal): -2444464 or 5288922. OLE color: 5288922.
HSL color Cylindrical-coordinate representation of color #DAB350: hue angle of 43.04º degrees, saturation: 0.65, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DAB350 is Cyan = 0, Magento = 0.18, Yellow = 0.63 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 179 | 80 | - |
| CMYK | 0 | 0.18 | 0.63 | 0.15 |
| HSL | 43.04º | 0.65% | 0.58% | - |
| HSV(B) | 43.04º | 0.63% | 0.85% | - |
| XYZ | 46.48 | 47.72 | 14.35 | - |
| YUV | 179.38 | 71.92 | 155.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 179 | 80 | 0 | 0.18 | 0.63 | 0.15 | 43.04 | 0.65 | 0.58 |
| Hex | DA | B3 | 50 | 0 | 12 | 3F | F | 2B | 41 | 3A |
| Octal | 332 | 263 | 120 | 0 | 22 | 77 | 17 | 53 | 101 | 72 |
| Binary | 11011010 | 10110011 | 1010000 | 0 | 10010 | 111111 | 1111 | 101011 | 1000001 | 111010 |
Color Harmonies of #DAB350
Complementary color
Monochromatic Colors of #DAB350
Black with #DAB350
Text Example
Text Example
White with #DAB350
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAB350; }
p { color: rgb(218,179,80); }
H1.HeaderClassName
{
color: #DAB350;
}
.AnyTagClassName
{
color: #DAB350;
}
</style>
background-color css
<style>
a { background-color: #DAB350; }
a { background-color: rgb(218,179,80); }
div.DivClassName
{
background-color: #DAB350;
}
.BgClassName
{
background-color: #DAB350;
}
</style>
border-color css
<style>
span { border-color: #DAB350; }
span { border-color: rgb(218,179,80); }
td.TdClassName
{
border-color: #DAB350;
}
.TagClassName
{
border-color: #DAB350;
}
</style>