Shades of Rob Roy #DAAF57
Tints of Rob Roy #DAAF57
RGB
CMYK
RGB Variations
Color information
#DAAF57 (or 0xDAAF57) is known color: Rob Roy. HEX triplet: DA, AF and 57. RGB value is (218,175,87). Sum of RGB (Red+Green+Blue) = 218+175+87=480 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.42% from 480); Green value is 175 (68.75% from 255 or 36.46% from 480); Blue value is 87 (34.38% from 255 or 18.12% from 480); Max value from RGB is 218 - color contains mainly: red. Hex color #DAAF57 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DAAF57 is #2550A8. Grayscale: #B2B2B2. Windows color (decimal): -2445481 or 5746650. OLE color: 5746650.
HSL color Cylindrical-coordinate representation of color #DAAF57: hue angle of 40.31º 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 #DAAF57 is Cyan = 0, Magento = 0.20, Yellow = 0.60 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 175 | 87 | - |
| CMYK | 0 | 0.20 | 0.60 | 0.15 |
| HSL | 40.31º | 0.64% | 0.6% | - |
| HSV(B) | 40.31º | 0.6% | 0.85% | - |
| XYZ | 45.96 | 46.25 | 15.52 | - |
| YUV | 177.83 | 76.75 | 156.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 175 | 87 | 0 | 0.20 | 0.60 | 0.15 | 40.31 | 0.64 | 0.6 |
| Hex | DA | AF | 57 | 0 | 14 | 3C | F | 28 | 40 | 3C |
| Octal | 332 | 257 | 127 | 0 | 24 | 74 | 17 | 50 | 100 | 74 |
| Binary | 11011010 | 10101111 | 1010111 | 0 | 10100 | 111100 | 1111 | 101000 | 1000000 | 111100 |
Color Harmonies of #DAAF57
Complementary color
Monochromatic Colors of #DAAF57
Black with #DAAF57
Text Example
Text Example
White with #DAAF57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAAF57; }
p { color: rgb(218,175,87); }
H1.HeaderClassName
{
color: #DAAF57;
}
.AnyTagClassName
{
color: #DAAF57;
}
</style>
background-color css
<style>
a { background-color: #DAAF57; }
a { background-color: rgb(218,175,87); }
div.DivClassName
{
background-color: #DAAF57;
}
.BgClassName
{
background-color: #DAAF57;
}
</style>
border-color css
<style>
span { border-color: #DAAF57; }
span { border-color: rgb(218,175,87); }
td.TdClassName
{
border-color: #DAAF57;
}
.TagClassName
{
border-color: #DAAF57;
}
</style>