Shades of Rob Roy #DAAF54
Tints of Rob Roy #DAAF54
RGB
CMYK
RGB Variations
Color information
#DAAF54 (or 0xDAAF54) is known color: Rob Roy. HEX triplet: DA, AF and 54. RGB value is (218,175,84). Sum of RGB (Red+Green+Blue) = 218+175+84=477 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.70% from 477); Green value is 175 (68.75% from 255 or 36.69% from 477); Blue value is 84 (33.20% from 255 or 17.61% from 477); Max value from RGB is 218 - color contains mainly: red. Hex color #DAAF54 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DAAF54 is #2550AB. Grayscale: #B1B1B1. Windows color (decimal): -2445484 or 5550042. OLE color: 5550042.
HSL color Cylindrical-coordinate representation of color #DAAF54: hue angle of 40.75º 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 #DAAF54 is Cyan = 0, Magento = 0.20, Yellow = 0.61 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 175 | 84 | - |
| CMYK | 0 | 0.20 | 0.61 | 0.15 |
| HSL | 40.75º | 0.64% | 0.59% | - |
| HSV(B) | 40.75º | 0.61% | 0.85% | - |
| XYZ | 45.84 | 46.21 | 14.89 | - |
| YUV | 177.48 | 75.25 | 156.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 175 | 84 | 0 | 0.20 | 0.61 | 0.15 | 40.75 | 0.64 | 0.59 |
| Hex | DA | AF | 54 | 0 | 14 | 3D | F | 29 | 40 | 3B |
| Octal | 332 | 257 | 124 | 0 | 24 | 75 | 17 | 51 | 100 | 73 |
| Binary | 11011010 | 10101111 | 1010100 | 0 | 10100 | 111101 | 1111 | 101001 | 1000000 | 111011 |
Color Harmonies of #DAAF54
Complementary color
Monochromatic Colors of #DAAF54
Black with #DAAF54
Text Example
Text Example
White with #DAAF54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAAF54; }
p { color: rgb(218,175,84); }
H1.HeaderClassName
{
color: #DAAF54;
}
.AnyTagClassName
{
color: #DAAF54;
}
</style>
background-color css
<style>
a { background-color: #DAAF54; }
a { background-color: rgb(218,175,84); }
div.DivClassName
{
background-color: #DAAF54;
}
.BgClassName
{
background-color: #DAAF54;
}
</style>
border-color css
<style>
span { border-color: #DAAF54; }
span { border-color: rgb(218,175,84); }
td.TdClassName
{
border-color: #DAAF54;
}
.TagClassName
{
border-color: #DAAF54;
}
</style>