Shades of Rob Roy #DAA85A
Tints of Rob Roy #DAA85A
RGB
CMYK
RGB Variations
Color information
#DAA85A (or 0xDAA85A) is known color: Rob Roy. HEX triplet: DA, A8 and 5A. RGB value is (218,168,90). Sum of RGB (Red+Green+Blue) = 218+168+90=476 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.80% from 476); Green value is 168 (66.02% from 255 or 35.29% from 476); Blue value is 90 (35.55% from 255 or 18.91% from 476); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA85A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DAA85A is #2557A5. Grayscale: #AEAEAE. Windows color (decimal): -2447270 or 5941466. OLE color: 5941466.
HSL color Cylindrical-coordinate representation of color #DAA85A: hue angle of 36.56º degrees, saturation: 0.63, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #DAA85A is Cyan = 0, Magento = 0.23, Yellow = 0.59 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 168 | 90 | - |
| CMYK | 0 | 0.23 | 0.59 | 0.15 |
| HSL | 36.56º | 0.63% | 0.6% | - |
| HSV(B) | 36.56º | 0.59% | 0.85% | - |
| XYZ | 44.76 | 43.65 | 15.74 | - |
| YUV | 174.06 | 80.57 | 159.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 168 | 90 | 0 | 0.23 | 0.59 | 0.15 | 36.56 | 0.63 | 0.6 |
| Hex | DA | A8 | 5A | 0 | 17 | 3B | F | 25 | 3F | 3C |
| Octal | 332 | 250 | 132 | 0 | 27 | 73 | 17 | 45 | 77 | 74 |
| Binary | 11011010 | 10101000 | 1011010 | 0 | 10111 | 111011 | 1111 | 100101 | 111111 | 111100 |
Color Harmonies of #DAA85A
Complementary color
Monochromatic Colors of #DAA85A
Black with #DAA85A
Text Example
Text Example
White with #DAA85A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAA85A; }
p { color: rgb(218,168,90); }
H1.HeaderClassName
{
color: #DAA85A;
}
.AnyTagClassName
{
color: #DAA85A;
}
</style>
background-color css
<style>
a { background-color: #DAA85A; }
a { background-color: rgb(218,168,90); }
div.DivClassName
{
background-color: #DAA85A;
}
.BgClassName
{
background-color: #DAA85A;
}
</style>
border-color css
<style>
span { border-color: #DAA85A; }
span { border-color: rgb(218,168,90); }
td.TdClassName
{
border-color: #DAA85A;
}
.TagClassName
{
border-color: #DAA85A;
}
</style>