Shades of Rob Roy #DCAA49
Tints of Rob Roy #DCAA49
RGB
CMYK
RGB Variations
Color information
#DCAA49 (or 0xDCAA49) is known color: Rob Roy. HEX triplet: DC, AA and 49. RGB value is (220,170,73). Sum of RGB (Red+Green+Blue) = 220+170+73=463 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.52% from 463); Green value is 170 (66.80% from 255 or 36.72% from 463); Blue value is 73 (28.91% from 255 or 15.77% from 463); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAA49 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DCAA49 is #2355B6. Grayscale: #AEAEAE. Windows color (decimal): -2315703 or 4827868. OLE color: 4827868.
HSL color Cylindrical-coordinate representation of color #DCAA49: hue angle of 39.59º 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 #DCAA49 is Cyan = 0, Magento = 0.23, Yellow = 0.67 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 170 | 73 | - |
| CMYK | 0 | 0.23 | 0.67 | 0.14 |
| HSL | 39.59º | 0.68% | 0.57% | - |
| HSV(B) | 39.59º | 0.67% | 0.86% | - |
| XYZ | 45.09 | 44.45 | 12.51 | - |
| YUV | 173.89 | 71.07 | 160.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 170 | 73 | 0 | 0.23 | 0.67 | 0.14 | 39.59 | 0.68 | 0.57 |
| Hex | DC | AA | 49 | 0 | 17 | 43 | E | 28 | 44 | 39 |
| Octal | 334 | 252 | 111 | 0 | 27 | 103 | 16 | 50 | 104 | 71 |
| Binary | 11011100 | 10101010 | 1001001 | 0 | 10111 | 1000011 | 1110 | 101000 | 1000100 | 111001 |
Color Harmonies of #DCAA49
Complementary color
Monochromatic Colors of #DCAA49
Black with #DCAA49
Text Example
Text Example
White with #DCAA49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCAA49; }
p { color: rgb(220,170,73); }
H1.HeaderClassName
{
color: #DCAA49;
}
.AnyTagClassName
{
color: #DCAA49;
}
</style>
background-color css
<style>
a { background-color: #DCAA49; }
a { background-color: rgb(220,170,73); }
div.DivClassName
{
background-color: #DCAA49;
}
.BgClassName
{
background-color: #DCAA49;
}
</style>
border-color css
<style>
span { border-color: #DCAA49; }
span { border-color: rgb(220,170,73); }
td.TdClassName
{
border-color: #DCAA49;
}
.TagClassName
{
border-color: #DCAA49;
}
</style>