Shades of Rob Roy #DCA555
Tints of Rob Roy #DCA555
RGB
CMYK
RGB Variations
Color information
#DCA555 (or 0xDCA555) is known color: Rob Roy. HEX triplet: DC, A5 and 55. RGB value is (220,165,85). Sum of RGB (Red+Green+Blue) = 220+165+85=470 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.81% from 470); Green value is 165 (64.84% from 255 or 35.11% from 470); Blue value is 85 (33.59% from 255 or 18.09% from 470); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA555 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DCA555 is #235AAA. Grayscale: #ACACAC. Windows color (decimal): -2316971 or 5613020. OLE color: 5613020.
HSL color Cylindrical-coordinate representation of color #DCA555: hue angle of 35.56º 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 #DCA555 is Cyan = 0, Magento = 0.25, Yellow = 0.61 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 165 | 85 | - |
| CMYK | 0 | 0.25 | 0.61 | 0.14 |
| HSL | 35.56º | 0.66% | 0.6% | - |
| HSV(B) | 35.56º | 0.61% | 0.86% | - |
| XYZ | 44.61 | 42.78 | 14.5 | - |
| YUV | 172.33 | 78.72 | 162 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 165 | 85 | 0 | 0.25 | 0.61 | 0.14 | 35.56 | 0.66 | 0.6 |
| Hex | DC | A5 | 55 | 0 | 19 | 3D | E | 24 | 42 | 3C |
| Octal | 334 | 245 | 125 | 0 | 31 | 75 | 16 | 44 | 102 | 74 |
| Binary | 11011100 | 10100101 | 1010101 | 0 | 11001 | 111101 | 1110 | 100100 | 1000010 | 111100 |
Color Harmonies of #DCA555
Complementary color
Monochromatic Colors of #DCA555
Black with #DCA555
Text Example
Text Example
White with #DCA555
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCA555; }
p { color: rgb(220,165,85); }
H1.HeaderClassName
{
color: #DCA555;
}
.AnyTagClassName
{
color: #DCA555;
}
</style>
background-color css
<style>
a { background-color: #DCA555; }
a { background-color: rgb(220,165,85); }
div.DivClassName
{
background-color: #DCA555;
}
.BgClassName
{
background-color: #DCA555;
}
</style>
border-color css
<style>
span { border-color: #DCA555; }
span { border-color: rgb(220,165,85); }
td.TdClassName
{
border-color: #DCA555;
}
.TagClassName
{
border-color: #DCA555;
}
</style>