Shades of Rob Roy #DAAF53
Tints of Rob Roy #DAAF53
RGB
CMYK
RGB Variations
Color information
#DAAF53 (or 0xDAAF53) is known color: Rob Roy. HEX triplet: DA, AF and 53. RGB value is (218,175,83). Sum of RGB (Red+Green+Blue) = 218+175+83=476 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.80% from 476); Green value is 175 (68.75% from 255 or 36.76% from 476); Blue value is 83 (32.81% from 255 or 17.44% from 476); Max value from RGB is 218 - color contains mainly: red. Hex color #DAAF53 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DAAF53 is #2550AC. Grayscale: #B1B1B1. Windows color (decimal): -2445485 or 5484506. OLE color: 5484506.
HSL color Cylindrical-coordinate representation of color #DAAF53: hue angle of 40.89º degrees, saturation: 0.65, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #DAAF53 is Cyan = 0, Magento = 0.20, Yellow = 0.62 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 175 | 83 | - |
| CMYK | 0 | 0.20 | 0.62 | 0.15 |
| HSL | 40.89º | 0.65% | 0.59% | - |
| HSV(B) | 40.89º | 0.62% | 0.85% | - |
| XYZ | 45.8 | 46.19 | 14.68 | - |
| YUV | 177.37 | 74.75 | 156.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 175 | 83 | 0 | 0.20 | 0.62 | 0.15 | 40.89 | 0.65 | 0.59 |
| Hex | DA | AF | 53 | 0 | 14 | 3E | F | 29 | 41 | 3B |
| Octal | 332 | 257 | 123 | 0 | 24 | 76 | 17 | 51 | 101 | 73 |
| Binary | 11011010 | 10101111 | 1010011 | 0 | 10100 | 111110 | 1111 | 101001 | 1000001 | 111011 |
Color Harmonies of #DAAF53
Complementary color
Monochromatic Colors of #DAAF53
Black with #DAAF53
Text Example
Text Example
White with #DAAF53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAAF53; }
p { color: rgb(218,175,83); }
H1.HeaderClassName
{
color: #DAAF53;
}
.AnyTagClassName
{
color: #DAAF53;
}
</style>
background-color css
<style>
a { background-color: #DAAF53; }
a { background-color: rgb(218,175,83); }
div.DivClassName
{
background-color: #DAAF53;
}
.BgClassName
{
background-color: #DAAF53;
}
</style>
border-color css
<style>
span { border-color: #DAAF53; }
span { border-color: rgb(218,175,83); }
td.TdClassName
{
border-color: #DAAF53;
}
.TagClassName
{
border-color: #DAAF53;
}
</style>