Shades of Rob Roy #DCAC49
Tints of Rob Roy #DCAC49
RGB
CMYK
RGB Variations
Color information
#DCAC49 (or 0xDCAC49) is known color: Rob Roy. HEX triplet: DC, AC and 49. RGB value is (220,172,73). Sum of RGB (Red+Green+Blue) = 220+172+73=465 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.31% from 465); Green value is 172 (67.58% from 255 or 36.99% from 465); Blue value is 73 (28.91% from 255 or 15.70% from 465); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAC49 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DCAC49 is #2353B6. Grayscale: #AFAFAF. Windows color (decimal): -2315191 or 4828380. OLE color: 4828380.
HSL color Cylindrical-coordinate representation of color #DCAC49: hue angle of 40.41º 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 #DCAC49 is Cyan = 0, Magento = 0.22, Yellow = 0.67 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 172 | 73 | - |
| CMYK | 0 | 0.22 | 0.67 | 0.14 |
| HSL | 40.41º | 0.68% | 0.57% | - |
| HSV(B) | 40.41º | 0.67% | 0.86% | - |
| XYZ | 45.47 | 45.2 | 12.63 | - |
| YUV | 175.07 | 70.4 | 160.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 172 | 73 | 0 | 0.22 | 0.67 | 0.14 | 40.41 | 0.68 | 0.57 |
| Hex | DC | AC | 49 | 0 | 16 | 43 | E | 28 | 44 | 39 |
| Octal | 334 | 254 | 111 | 0 | 26 | 103 | 16 | 50 | 104 | 71 |
| Binary | 11011100 | 10101100 | 1001001 | 0 | 10110 | 1000011 | 1110 | 101000 | 1000100 | 111001 |
Color Harmonies of #DCAC49
Complementary color
Monochromatic Colors of #DCAC49
Black with #DCAC49
Text Example
Text Example
White with #DCAC49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCAC49; }
p { color: rgb(220,172,73); }
H1.HeaderClassName
{
color: #DCAC49;
}
.AnyTagClassName
{
color: #DCAC49;
}
</style>
background-color css
<style>
a { background-color: #DCAC49; }
a { background-color: rgb(220,172,73); }
div.DivClassName
{
background-color: #DCAC49;
}
.BgClassName
{
background-color: #DCAC49;
}
</style>
border-color css
<style>
span { border-color: #DCAC49; }
span { border-color: rgb(220,172,73); }
td.TdClassName
{
border-color: #DCAC49;
}
.TagClassName
{
border-color: #DCAC49;
}
</style>