Shades of Rob Roy #DAAA53
Tints of Rob Roy #DAAA53
RGB
CMYK
RGB Variations
Color information
#DAAA53 (or 0xDAAA53) is known color: Rob Roy. HEX triplet: DA, AA and 53. RGB value is (218,170,83). Sum of RGB (Red+Green+Blue) = 218+170+83=471 (62% of max value = 765). Red value is 218 (85.55% from 255 or 46.28% from 471); Green value is 170 (66.80% from 255 or 36.09% from 471); Blue value is 83 (32.81% from 255 or 17.62% from 471); Max value from RGB is 218 - color contains mainly: red. Hex color #DAAA53 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DAAA53 is #2555AC. Grayscale: #AEAEAE. Windows color (decimal): -2446765 or 5483226. OLE color: 5483226.
HSL color Cylindrical-coordinate representation of color #DAAA53: hue angle of 38.67º 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 #DAAA53 is Cyan = 0, Magento = 0.22, Yellow = 0.62 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 170 | 83 | - |
| CMYK | 0 | 0.22 | 0.62 | 0.15 |
| HSL | 38.67º | 0.65% | 0.59% | - |
| HSV(B) | 38.67º | 0.62% | 0.85% | - |
| XYZ | 44.85 | 44.28 | 14.37 | - |
| YUV | 174.43 | 76.4 | 159.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 170 | 83 | 0 | 0.22 | 0.62 | 0.15 | 38.67 | 0.65 | 0.59 |
| Hex | DA | AA | 53 | 0 | 16 | 3E | F | 27 | 41 | 3B |
| Octal | 332 | 252 | 123 | 0 | 26 | 76 | 17 | 47 | 101 | 73 |
| Binary | 11011010 | 10101010 | 1010011 | 0 | 10110 | 111110 | 1111 | 100111 | 1000001 | 111011 |
Color Harmonies of #DAAA53
Complementary color
Monochromatic Colors of #DAAA53
Black with #DAAA53
Text Example
Text Example
White with #DAAA53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAAA53; }
p { color: rgb(218,170,83); }
H1.HeaderClassName
{
color: #DAAA53;
}
.AnyTagClassName
{
color: #DAAA53;
}
</style>
background-color css
<style>
a { background-color: #DAAA53; }
a { background-color: rgb(218,170,83); }
div.DivClassName
{
background-color: #DAAA53;
}
.BgClassName
{
background-color: #DAAA53;
}
</style>
border-color css
<style>
span { border-color: #DAAA53; }
span { border-color: rgb(218,170,83); }
td.TdClassName
{
border-color: #DAAA53;
}
.TagClassName
{
border-color: #DAAA53;
}
</style>