Shades of Rob Roy #DAB457
Tints of Rob Roy #DAB457
RGB
CMYK
RGB Variations
Color information
#DAB457 (or 0xDAB457) is known color: Rob Roy. HEX triplet: DA, B4 and 57. RGB value is (218,180,87). Sum of RGB (Red+Green+Blue) = 218+180+87=485 (64% of max value = 765). Red value is 218 (85.55% from 255 or 44.95% from 485); Green value is 180 (70.70% from 255 or 37.11% from 485); Blue value is 87 (34.38% from 255 or 17.94% from 485); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB457 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAB457 is #254BA8. Grayscale: #B5B5B5. Windows color (decimal): -2444201 or 5747930. OLE color: 5747930.
HSL color Cylindrical-coordinate representation of color #DAB457: hue angle of 42.6º degrees, saturation: 0.64, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DAB457 is Cyan = 0, Magento = 0.17, Yellow = 0.60 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 180 | 87 | - |
| CMYK | 0 | 0.17 | 0.60 | 0.15 |
| HSL | 42.6º | 0.64% | 0.6% | - |
| HSV(B) | 42.6º | 0.6% | 0.85% | - |
| XYZ | 46.96 | 48.24 | 15.85 | - |
| YUV | 180.76 | 75.09 | 154.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 180 | 87 | 0 | 0.17 | 0.60 | 0.15 | 42.6 | 0.64 | 0.6 |
| Hex | DA | B4 | 57 | 0 | 11 | 3C | F | 2B | 40 | 3C |
| Octal | 332 | 264 | 127 | 0 | 21 | 74 | 17 | 53 | 100 | 74 |
| Binary | 11011010 | 10110100 | 1010111 | 0 | 10001 | 111100 | 1111 | 101011 | 1000000 | 111100 |
Color Harmonies of #DAB457
Complementary color
Monochromatic Colors of #DAB457
Black with #DAB457
Text Example
Text Example
White with #DAB457
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAB457; }
p { color: rgb(218,180,87); }
H1.HeaderClassName
{
color: #DAB457;
}
.AnyTagClassName
{
color: #DAB457;
}
</style>
background-color css
<style>
a { background-color: #DAB457; }
a { background-color: rgb(218,180,87); }
div.DivClassName
{
background-color: #DAB457;
}
.BgClassName
{
background-color: #DAB457;
}
</style>
border-color css
<style>
span { border-color: #DAB457; }
span { border-color: rgb(218,180,87); }
td.TdClassName
{
border-color: #DAB457;
}
.TagClassName
{
border-color: #DAB457;
}
</style>