Shades of Rob Roy #DCAC56
Tints of Rob Roy #DCAC56
RGB
CMYK
RGB Variations
Color information
#DCAC56 (or 0xDCAC56) is known color: Rob Roy. HEX triplet: DC, AC and 56. RGB value is (220,172,86). Sum of RGB (Red+Green+Blue) = 220+172+86=478 (63% of max value = 765). Red value is 220 (86.33% from 255 or 46.03% from 478); Green value is 172 (67.58% from 255 or 35.98% from 478); Blue value is 86 (33.98% from 255 or 17.99% from 478); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAC56 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DCAC56 is #2353A9. Grayscale: #B0B0B0. Windows color (decimal): -2315178 or 5680348. OLE color: 5680348.
HSL color Cylindrical-coordinate representation of color #DCAC56: hue angle of 38.51º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #DCAC56 is Cyan = 0, Magento = 0.22, Yellow = 0.61 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 172 | 86 | - |
| CMYK | 0 | 0.22 | 0.61 | 0.14 |
| HSL | 38.51º | 0.66% | 0.6% | - |
| HSV(B) | 38.51º | 0.61% | 0.86% | - |
| XYZ | 45.95 | 45.39 | 15.14 | - |
| YUV | 176.55 | 76.9 | 158.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 172 | 86 | 0 | 0.22 | 0.61 | 0.14 | 38.51 | 0.66 | 0.6 |
| Hex | DC | AC | 56 | 0 | 16 | 3D | E | 27 | 42 | 3C |
| Octal | 334 | 254 | 126 | 0 | 26 | 75 | 16 | 47 | 102 | 74 |
| Binary | 11011100 | 10101100 | 1010110 | 0 | 10110 | 111101 | 1110 | 100111 | 1000010 | 111100 |
Color Harmonies of #DCAC56
Complementary color
Monochromatic Colors of #DCAC56
Black with #DCAC56
Text Example
Text Example
White with #DCAC56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCAC56; }
p { color: rgb(220,172,86); }
H1.HeaderClassName
{
color: #DCAC56;
}
.AnyTagClassName
{
color: #DCAC56;
}
</style>
background-color css
<style>
a { background-color: #DCAC56; }
a { background-color: rgb(220,172,86); }
div.DivClassName
{
background-color: #DCAC56;
}
.BgClassName
{
background-color: #DCAC56;
}
</style>
border-color css
<style>
span { border-color: #DCAC56; }
span { border-color: rgb(220,172,86); }
td.TdClassName
{
border-color: #DCAC56;
}
.TagClassName
{
border-color: #DCAC56;
}
</style>