Shades of Rob Roy #DCA655
Tints of Rob Roy #DCA655
RGB
CMYK
RGB Variations
Color information
#DCA655 (or 0xDCA655) is known color: Rob Roy. HEX triplet: DC, A6 and 55. RGB value is (220,166,85). Sum of RGB (Red+Green+Blue) = 220+166+85=471 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.71% from 471); Green value is 166 (65.23% from 255 or 35.24% from 471); Blue value is 85 (33.59% from 255 or 18.05% from 471); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA655 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DCA655 is #2359AA. Grayscale: #ADADAD. Windows color (decimal): -2316715 or 5613276. OLE color: 5613276.
HSL color Cylindrical-coordinate representation of color #DCA655: hue angle of 36º 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 #DCA655 is Cyan = 0, Magento = 0.25, Yellow = 0.61 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 166 | 85 | - |
| CMYK | 0 | 0.25 | 0.61 | 0.14 |
| HSL | 36º | 0.66% | 0.6% | - |
| HSV(B) | 36º | 0.61% | 0.86% | - |
| XYZ | 44.79 | 43.14 | 14.56 | - |
| YUV | 172.91 | 78.39 | 161.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 166 | 85 | 0 | 0.25 | 0.61 | 0.14 | 36 | 0.66 | 0.6 |
| Hex | DC | A6 | 55 | 0 | 19 | 3D | E | 24 | 42 | 3C |
| Octal | 334 | 246 | 125 | 0 | 31 | 75 | 16 | 44 | 102 | 74 |
| Binary | 11011100 | 10100110 | 1010101 | 0 | 11001 | 111101 | 1110 | 100100 | 1000010 | 111100 |
Color Harmonies of #DCA655
Complementary color
Monochromatic Colors of #DCA655
Black with #DCA655
Text Example
Text Example
White with #DCA655
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCA655; }
p { color: rgb(220,166,85); }
H1.HeaderClassName
{
color: #DCA655;
}
.AnyTagClassName
{
color: #DCA655;
}
</style>
background-color css
<style>
a { background-color: #DCA655; }
a { background-color: rgb(220,166,85); }
div.DivClassName
{
background-color: #DCA655;
}
.BgClassName
{
background-color: #DCA655;
}
</style>
border-color css
<style>
span { border-color: #DCA655; }
span { border-color: rgb(220,166,85); }
td.TdClassName
{
border-color: #DCA655;
}
.TagClassName
{
border-color: #DCA655;
}
</style>