Shades of Rob Roy #DCAC55
Tints of Rob Roy #DCAC55
RGB
CMYK
RGB Variations
Color information
#DCAC55 (or 0xDCAC55) is known color: Rob Roy. HEX triplet: DC, AC and 55. RGB value is (220,172,85). Sum of RGB (Red+Green+Blue) = 220+172+85=477 (63% of max value = 765). Red value is 220 (86.33% from 255 or 46.12% from 477); Green value is 172 (67.58% from 255 or 36.06% from 477); Blue value is 85 (33.59% from 255 or 17.82% from 477); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAC55 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DCAC55 is #2353AA. Grayscale: #B0B0B0. Windows color (decimal): -2315179 or 5614812. OLE color: 5614812.
HSL color Cylindrical-coordinate representation of color #DCAC55: hue angle of 38.67º 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 #DCAC55 is Cyan = 0, Magento = 0.22, Yellow = 0.61 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 172 | 85 | - |
| CMYK | 0 | 0.22 | 0.61 | 0.14 |
| HSL | 38.67º | 0.66% | 0.6% | - |
| HSV(B) | 38.67º | 0.61% | 0.86% | - |
| XYZ | 45.91 | 45.38 | 14.93 | - |
| YUV | 176.43 | 76.4 | 159.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 172 | 85 | 0 | 0.22 | 0.61 | 0.14 | 38.67 | 0.66 | 0.6 |
| Hex | DC | AC | 55 | 0 | 16 | 3D | E | 27 | 42 | 3C |
| Octal | 334 | 254 | 125 | 0 | 26 | 75 | 16 | 47 | 102 | 74 |
| Binary | 11011100 | 10101100 | 1010101 | 0 | 10110 | 111101 | 1110 | 100111 | 1000010 | 111100 |
Color Harmonies of #DCAC55
Complementary color
Monochromatic Colors of #DCAC55
Black with #DCAC55
Text Example
Text Example
White with #DCAC55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCAC55; }
p { color: rgb(220,172,85); }
H1.HeaderClassName
{
color: #DCAC55;
}
.AnyTagClassName
{
color: #DCAC55;
}
</style>
background-color css
<style>
a { background-color: #DCAC55; }
a { background-color: rgb(220,172,85); }
div.DivClassName
{
background-color: #DCAC55;
}
.BgClassName
{
background-color: #DCAC55;
}
</style>
border-color css
<style>
span { border-color: #DCAC55; }
span { border-color: rgb(220,172,85); }
td.TdClassName
{
border-color: #DCAC55;
}
.TagClassName
{
border-color: #DCAC55;
}
</style>