Shades of Rob Roy #DAB454
Tints of Rob Roy #DAB454
RGB
CMYK
RGB Variations
Color information
#DAB454 (or 0xDAB454) is known color: Rob Roy. HEX triplet: DA, B4 and 54. RGB value is (218,180,84). Sum of RGB (Red+Green+Blue) = 218+180+84=482 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.23% from 482); Green value is 180 (70.70% from 255 or 37.34% from 482); Blue value is 84 (33.20% from 255 or 17.43% from 482); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB454 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAB454 is #254BAB. Grayscale: #B4B4B4. Windows color (decimal): -2444204 or 5551322. OLE color: 5551322.
HSL color Cylindrical-coordinate representation of color #DAB454: hue angle of 42.99º 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 #DAB454 is Cyan = 0, Magento = 0.17, Yellow = 0.61 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 180 | 84 | - |
| CMYK | 0 | 0.17 | 0.61 | 0.15 |
| HSL | 42.99º | 0.64% | 0.59% | - |
| HSV(B) | 42.99º | 0.61% | 0.85% | - |
| XYZ | 46.83 | 48.19 | 15.22 | - |
| YUV | 180.42 | 73.59 | 154.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 180 | 84 | 0 | 0.17 | 0.61 | 0.15 | 42.99 | 0.64 | 0.59 |
| Hex | DA | B4 | 54 | 0 | 11 | 3D | F | 2B | 40 | 3B |
| Octal | 332 | 264 | 124 | 0 | 21 | 75 | 17 | 53 | 100 | 73 |
| Binary | 11011010 | 10110100 | 1010100 | 0 | 10001 | 111101 | 1111 | 101011 | 1000000 | 111011 |
Color Harmonies of #DAB454
Complementary color
Monochromatic Colors of #DAB454
Black with #DAB454
Text Example
Text Example
White with #DAB454
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAB454; }
p { color: rgb(218,180,84); }
H1.HeaderClassName
{
color: #DAB454;
}
.AnyTagClassName
{
color: #DAB454;
}
</style>
background-color css
<style>
a { background-color: #DAB454; }
a { background-color: rgb(218,180,84); }
div.DivClassName
{
background-color: #DAB454;
}
.BgClassName
{
background-color: #DAB454;
}
</style>
border-color css
<style>
span { border-color: #DAB454; }
span { border-color: rgb(218,180,84); }
td.TdClassName
{
border-color: #DAB454;
}
.TagClassName
{
border-color: #DAB454;
}
</style>