Shades of Rob Roy #DAA352
Tints of Rob Roy #DAA352
RGB
CMYK
RGB Variations
Color information
#DAA352 (or 0xDAA352) is known color: Rob Roy. HEX triplet: DA, A3 and 52. RGB value is (218,163,82). Sum of RGB (Red+Green+Blue) = 218+163+82=463 (61% of max value = 765). Red value is 218 (85.55% from 255 or 47.08% from 463); Green value is 163 (64.06% from 255 or 35.21% from 463); Blue value is 82 (32.42% from 255 or 17.71% from 463); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA352 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DAA352 is #255CAD. Grayscale: #AAAAAA. Windows color (decimal): -2448558 or 5415898. OLE color: 5415898.
HSL color Cylindrical-coordinate representation of color #DAA352: hue angle of 35.74º 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 #DAA352 is Cyan = 0, Magento = 0.25, Yellow = 0.62 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 163 | 82 | - |
| CMYK | 0 | 0.25 | 0.62 | 0.15 |
| HSL | 35.74º | 0.65% | 0.59% | - |
| HSV(B) | 35.74º | 0.62% | 0.85% | - |
| XYZ | 43.53 | 41.71 | 13.74 | - |
| YUV | 170.21 | 78.22 | 162.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 163 | 82 | 0 | 0.25 | 0.62 | 0.15 | 35.74 | 0.65 | 0.59 |
| Hex | DA | A3 | 52 | 0 | 19 | 3E | F | 24 | 41 | 3B |
| Octal | 332 | 243 | 122 | 0 | 31 | 76 | 17 | 44 | 101 | 73 |
| Binary | 11011010 | 10100011 | 1010010 | 0 | 11001 | 111110 | 1111 | 100100 | 1000001 | 111011 |
Color Harmonies of #DAA352
Complementary color
Monochromatic Colors of #DAA352
Black with #DAA352
Text Example
Text Example
White with #DAA352
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAA352; }
p { color: rgb(218,163,82); }
H1.HeaderClassName
{
color: #DAA352;
}
.AnyTagClassName
{
color: #DAA352;
}
</style>
background-color css
<style>
a { background-color: #DAA352; }
a { background-color: rgb(218,163,82); }
div.DivClassName
{
background-color: #DAA352;
}
.BgClassName
{
background-color: #DAA352;
}
</style>
border-color css
<style>
span { border-color: #DAA352; }
span { border-color: rgb(218,163,82); }
td.TdClassName
{
border-color: #DAA352;
}
.TagClassName
{
border-color: #DAA352;
}
</style>