Shades of Rob Roy #DAA753
Tints of Rob Roy #DAA753
RGB
CMYK
RGB Variations
Color information
#DAA753 (or 0xDAA753) is known color: Rob Roy. HEX triplet: DA, A7 and 53. RGB value is (218,167,83). Sum of RGB (Red+Green+Blue) = 218+167+83=468 (61% of max value = 765). Red value is 218 (85.55% from 255 or 46.58% from 468); Green value is 167 (65.62% from 255 or 35.68% from 468); Blue value is 83 (32.81% from 255 or 17.74% from 468); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA753 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DAA753 is #2558AC. Grayscale: #ADADAD. Windows color (decimal): -2447533 or 5482458. OLE color: 5482458.
HSL color Cylindrical-coordinate representation of color #DAA753: hue angle of 37.33º 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 #DAA753 is Cyan = 0, Magento = 0.23, Yellow = 0.62 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 167 | 83 | - |
| CMYK | 0 | 0.23 | 0.62 | 0.15 |
| HSL | 37.33º | 0.65% | 0.59% | - |
| HSV(B) | 37.33º | 0.62% | 0.85% | - |
| XYZ | 44.29 | 43.17 | 14.18 | - |
| YUV | 172.67 | 77.4 | 160.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 167 | 83 | 0 | 0.23 | 0.62 | 0.15 | 37.33 | 0.65 | 0.59 |
| Hex | DA | A7 | 53 | 0 | 17 | 3E | F | 25 | 41 | 3B |
| Octal | 332 | 247 | 123 | 0 | 27 | 76 | 17 | 45 | 101 | 73 |
| Binary | 11011010 | 10100111 | 1010011 | 0 | 10111 | 111110 | 1111 | 100101 | 1000001 | 111011 |
Color Harmonies of #DAA753
Complementary color
Monochromatic Colors of #DAA753
Black with #DAA753
Text Example
Text Example
White with #DAA753
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAA753; }
p { color: rgb(218,167,83); }
H1.HeaderClassName
{
color: #DAA753;
}
.AnyTagClassName
{
color: #DAA753;
}
</style>
background-color css
<style>
a { background-color: #DAA753; }
a { background-color: rgb(218,167,83); }
div.DivClassName
{
background-color: #DAA753;
}
.BgClassName
{
background-color: #DAA753;
}
</style>
border-color css
<style>
span { border-color: #DAA753; }
span { border-color: rgb(218,167,83); }
td.TdClassName
{
border-color: #DAA753;
}
.TagClassName
{
border-color: #DAA753;
}
</style>