Shades of Rob Roy #DCA650
Tints of Rob Roy #DCA650
RGB
CMYK
RGB Variations
Color information
#DCA650 (or 0xDCA650) is known color: Rob Roy. HEX triplet: DC, A6 and 50. RGB value is (220,166,80). Sum of RGB (Red+Green+Blue) = 220+166+80=466 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.21% from 466); Green value is 166 (65.23% from 255 or 35.62% from 466); Blue value is 80 (31.64% from 255 or 17.17% from 466); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA650 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DCA650 is #2359AF. Grayscale: #ACACAC. Windows color (decimal): -2316720 or 5285596. OLE color: 5285596.
HSL color Cylindrical-coordinate representation of color #DCA650: hue angle of 36.86º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #DCA650 is Cyan = 0, Magento = 0.25, Yellow = 0.64 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 166 | 80 | - |
| CMYK | 0 | 0.25 | 0.64 | 0.14 |
| HSL | 36.86º | 0.67% | 0.59% | - |
| HSV(B) | 36.86º | 0.64% | 0.86% | - |
| XYZ | 44.6 | 43.07 | 13.55 | - |
| YUV | 172.34 | 75.89 | 161.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 166 | 80 | 0 | 0.25 | 0.64 | 0.14 | 36.86 | 0.67 | 0.59 |
| Hex | DC | A6 | 50 | 0 | 19 | 40 | E | 25 | 43 | 3B |
| Octal | 334 | 246 | 120 | 0 | 31 | 100 | 16 | 45 | 103 | 73 |
| Binary | 11011100 | 10100110 | 1010000 | 0 | 11001 | 1000000 | 1110 | 100101 | 1000011 | 111011 |
Color Harmonies of #DCA650
Complementary color
Monochromatic Colors of #DCA650
Black with #DCA650
Text Example
Text Example
White with #DCA650
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCA650; }
p { color: rgb(220,166,80); }
H1.HeaderClassName
{
color: #DCA650;
}
.AnyTagClassName
{
color: #DCA650;
}
</style>
background-color css
<style>
a { background-color: #DCA650; }
a { background-color: rgb(220,166,80); }
div.DivClassName
{
background-color: #DCA650;
}
.BgClassName
{
background-color: #DCA650;
}
</style>
border-color css
<style>
span { border-color: #DCA650; }
span { border-color: rgb(220,166,80); }
td.TdClassName
{
border-color: #DCA650;
}
.TagClassName
{
border-color: #DCA650;
}
</style>