Shades of Rob Roy #DAB54A
Tints of Rob Roy #DAB54A
RGB
CMYK
RGB Variations
Color information
#DAB54A (or 0xDAB54A) is known color: Rob Roy. HEX triplet: DA, B5 and 4A. RGB value is (218,181,74). Sum of RGB (Red+Green+Blue) = 218+181+74=473 (62% of max value = 765). Red value is 218 (85.55% from 255 or 46.09% from 473); Green value is 181 (71.09% from 255 or 38.27% from 473); Blue value is 74 (29.30% from 255 or 15.64% from 473); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB54A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAB54A is #254AB5. Grayscale: #B4B4B4. Windows color (decimal): -2443958 or 4896218. OLE color: 4896218.
HSL color Cylindrical-coordinate representation of color #DAB54A: hue angle of 44.58º degrees, saturation: 0.66, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #DAB54A is Cyan = 0, Magento = 0.17, Yellow = 0.66 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 181 | 74 | - |
| CMYK | 0 | 0.17 | 0.66 | 0.15 |
| HSL | 44.58º | 0.66% | 0.57% | - |
| HSV(B) | 44.58º | 0.66% | 0.85% | - |
| XYZ | 46.67 | 48.45 | 13.37 | - |
| YUV | 179.87 | 68.26 | 155.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 181 | 74 | 0 | 0.17 | 0.66 | 0.15 | 44.58 | 0.66 | 0.57 |
| Hex | DA | B5 | 4A | 0 | 11 | 42 | F | 2D | 42 | 39 |
| Octal | 332 | 265 | 112 | 0 | 21 | 102 | 17 | 55 | 102 | 71 |
| Binary | 11011010 | 10110101 | 1001010 | 0 | 10001 | 1000010 | 1111 | 101101 | 1000010 | 111001 |
Color Harmonies of #DAB54A
Complementary color
Monochromatic Colors of #DAB54A
Black with #DAB54A
Text Example
Text Example
White with #DAB54A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAB54A; }
p { color: rgb(218,181,74); }
H1.HeaderClassName
{
color: #DAB54A;
}
.AnyTagClassName
{
color: #DAB54A;
}
</style>
background-color css
<style>
a { background-color: #DAB54A; }
a { background-color: rgb(218,181,74); }
div.DivClassName
{
background-color: #DAB54A;
}
.BgClassName
{
background-color: #DAB54A;
}
</style>
border-color css
<style>
span { border-color: #DAB54A; }
span { border-color: rgb(218,181,74); }
td.TdClassName
{
border-color: #DAB54A;
}
.TagClassName
{
border-color: #DAB54A;
}
</style>