Shades of Rob Roy #DCA949
Tints of Rob Roy #DCA949
RGB
CMYK
RGB Variations
Color information
#DCA949 (or 0xDCA949) is known color: Rob Roy. HEX triplet: DC, A9 and 49. RGB value is (220,169,73). Sum of RGB (Red+Green+Blue) = 220+169+73=462 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.62% from 462); Green value is 169 (66.41% from 255 or 36.58% from 462); Blue value is 73 (28.91% from 255 or 15.80% from 462); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA949 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DCA949 is #2356B6. Grayscale: #ADADAD. Windows color (decimal): -2315959 or 4827612. OLE color: 4827612.
HSL color Cylindrical-coordinate representation of color #DCA949: hue angle of 39.18º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #DCA949 is Cyan = 0, Magento = 0.23, Yellow = 0.67 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 169 | 73 | - |
| CMYK | 0 | 0.23 | 0.67 | 0.14 |
| HSL | 39.18º | 0.68% | 0.57% | - |
| HSV(B) | 39.18º | 0.67% | 0.86% | - |
| XYZ | 44.91 | 44.07 | 12.44 | - |
| YUV | 173.31 | 71.4 | 161.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 169 | 73 | 0 | 0.23 | 0.67 | 0.14 | 39.18 | 0.68 | 0.57 |
| Hex | DC | A9 | 49 | 0 | 17 | 43 | E | 27 | 44 | 39 |
| Octal | 334 | 251 | 111 | 0 | 27 | 103 | 16 | 47 | 104 | 71 |
| Binary | 11011100 | 10101001 | 1001001 | 0 | 10111 | 1000011 | 1110 | 100111 | 1000100 | 111001 |
Color Harmonies of #DCA949
Complementary color
Monochromatic Colors of #DCA949
Black with #DCA949
Text Example
Text Example
White with #DCA949
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCA949; }
p { color: rgb(220,169,73); }
H1.HeaderClassName
{
color: #DCA949;
}
.AnyTagClassName
{
color: #DCA949;
}
</style>
background-color css
<style>
a { background-color: #DCA949; }
a { background-color: rgb(220,169,73); }
div.DivClassName
{
background-color: #DCA949;
}
.BgClassName
{
background-color: #DCA949;
}
</style>
border-color css
<style>
span { border-color: #DCA949; }
span { border-color: rgb(220,169,73); }
td.TdClassName
{
border-color: #DCA949;
}
.TagClassName
{
border-color: #DCA949;
}
</style>