Shades of Rob Roy #DAA952
Tints of Rob Roy #DAA952
RGB
CMYK
RGB Variations
Color information
#DAA952 (or 0xDAA952) is known color: Rob Roy. HEX triplet: DA, A9 and 52. RGB value is (218,169,82). Sum of RGB (Red+Green+Blue) = 218+169+82=469 (62% of max value = 765). Red value is 218 (85.55% from 255 or 46.48% from 469); Green value is 169 (66.41% from 255 or 36.03% from 469); Blue value is 82 (32.42% from 255 or 17.48% from 469); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA952 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DAA952 is #2556AD. Grayscale: #AEAEAE. Windows color (decimal): -2447022 or 5417434. OLE color: 5417434.
HSL color Cylindrical-coordinate representation of color #DAA952: hue angle of 38.38º 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 #DAA952 is Cyan = 0, Magento = 0.22, Yellow = 0.62 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 169 | 82 | - |
| CMYK | 0 | 0.22 | 0.62 | 0.15 |
| HSL | 38.38º | 0.65% | 0.59% | - |
| HSV(B) | 38.38º | 0.62% | 0.85% | - |
| XYZ | 44.62 | 43.89 | 14.1 | - |
| YUV | 173.73 | 76.23 | 159.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 169 | 82 | 0 | 0.22 | 0.62 | 0.15 | 38.38 | 0.65 | 0.59 |
| Hex | DA | A9 | 52 | 0 | 16 | 3E | F | 26 | 41 | 3B |
| Octal | 332 | 251 | 122 | 0 | 26 | 76 | 17 | 46 | 101 | 73 |
| Binary | 11011010 | 10101001 | 1010010 | 0 | 10110 | 111110 | 1111 | 100110 | 1000001 | 111011 |
Color Harmonies of #DAA952
Complementary color
Monochromatic Colors of #DAA952
Black with #DAA952
Text Example
Text Example
White with #DAA952
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAA952; }
p { color: rgb(218,169,82); }
H1.HeaderClassName
{
color: #DAA952;
}
.AnyTagClassName
{
color: #DAA952;
}
</style>
background-color css
<style>
a { background-color: #DAA952; }
a { background-color: rgb(218,169,82); }
div.DivClassName
{
background-color: #DAA952;
}
.BgClassName
{
background-color: #DAA952;
}
</style>
border-color css
<style>
span { border-color: #DAA952; }
span { border-color: rgb(218,169,82); }
td.TdClassName
{
border-color: #DAA952;
}
.TagClassName
{
border-color: #DAA952;
}
</style>