Shades of Rob Roy #DAB249
Tints of Rob Roy #DAB249
RGB
CMYK
RGB Variations
Color information
#DAB249 (or 0xDAB249) is known color: Rob Roy. HEX triplet: DA, B2 and 49. RGB value is (218,178,73). Sum of RGB (Red+Green+Blue) = 218+178+73=469 (62% of max value = 765). Red value is 218 (85.55% from 255 or 46.48% from 469); Green value is 178 (69.92% from 255 or 37.95% from 469); Blue value is 73 (28.91% from 255 or 15.57% from 469); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB249 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DAB249 is #254DB6. Grayscale: #B2B2B2. Windows color (decimal): -2444727 or 4829914. OLE color: 4829914.
HSL color Cylindrical-coordinate representation of color #DAB249: hue angle of 43.45º degrees, saturation: 0.66, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #DAB249 is Cyan = 0, Magento = 0.18, Yellow = 0.67 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 178 | 73 | - |
| CMYK | 0 | 0.18 | 0.67 | 0.15 |
| HSL | 43.45º | 0.66% | 0.57% | - |
| HSV(B) | 43.45º | 0.67% | 0.85% | - |
| XYZ | 46.04 | 47.23 | 12.99 | - |
| YUV | 177.99 | 68.75 | 156.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 178 | 73 | 0 | 0.18 | 0.67 | 0.15 | 43.45 | 0.66 | 0.57 |
| Hex | DA | B2 | 49 | 0 | 12 | 43 | F | 2B | 42 | 39 |
| Octal | 332 | 262 | 111 | 0 | 22 | 103 | 17 | 53 | 102 | 71 |
| Binary | 11011010 | 10110010 | 1001001 | 0 | 10010 | 1000011 | 1111 | 101011 | 1000010 | 111001 |
Color Harmonies of #DAB249
Complementary color
Monochromatic Colors of #DAB249
Black with #DAB249
Text Example
Text Example
White with #DAB249
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAB249; }
p { color: rgb(218,178,73); }
H1.HeaderClassName
{
color: #DAB249;
}
.AnyTagClassName
{
color: #DAB249;
}
</style>
background-color css
<style>
a { background-color: #DAB249; }
a { background-color: rgb(218,178,73); }
div.DivClassName
{
background-color: #DAB249;
}
.BgClassName
{
background-color: #DAB249;
}
</style>
border-color css
<style>
span { border-color: #DAB249; }
span { border-color: rgb(218,178,73); }
td.TdClassName
{
border-color: #DAB249;
}
.TagClassName
{
border-color: #DAB249;
}
</style>