Shades of Rob Roy #DCB855
Tints of Rob Roy #DCB855
RGB
CMYK
RGB Variations
Color information
#DCB855 (or 0xDCB855) is known color: Rob Roy. HEX triplet: DC, B8 and 55. RGB value is (220,184,85). Sum of RGB (Red+Green+Blue) = 220+184+85=489 (64% of max value = 765). Red value is 220 (86.33% from 255 or 44.99% from 489); Green value is 184 (72.27% from 255 or 37.63% from 489); Blue value is 85 (33.59% from 255 or 17.38% from 489); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB855 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCB855 is #2347AA. Grayscale: #B7B7B7. Windows color (decimal): -2312107 or 5617884. OLE color: 5617884.
HSL color Cylindrical-coordinate representation of color #DCB855: hue angle of 44º 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 #DCB855 is Cyan = 0, Magento = 0.16, Yellow = 0.61 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 184 | 85 | - |
| CMYK | 0 | 0.16 | 0.61 | 0.14 |
| HSL | 44º | 0.66% | 0.6% | - |
| HSV(B) | 44º | 0.61% | 0.86% | - |
| XYZ | 48.3 | 50.15 | 15.73 | - |
| YUV | 183.48 | 72.43 | 154.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 184 | 85 | 0 | 0.16 | 0.61 | 0.14 | 44 | 0.66 | 0.6 |
| Hex | DC | B8 | 55 | 0 | 10 | 3D | E | 2C | 42 | 3C |
| Octal | 334 | 270 | 125 | 0 | 20 | 75 | 16 | 54 | 102 | 74 |
| Binary | 11011100 | 10111000 | 1010101 | 0 | 10000 | 111101 | 1110 | 101100 | 1000010 | 111100 |
Color Harmonies of #DCB855
Complementary color
Monochromatic Colors of #DCB855
Black with #DCB855
Text Example
Text Example
White with #DCB855
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB855; }
p { color: rgb(220,184,85); }
H1.HeaderClassName
{
color: #DCB855;
}
.AnyTagClassName
{
color: #DCB855;
}
</style>
background-color css
<style>
a { background-color: #DCB855; }
a { background-color: rgb(220,184,85); }
div.DivClassName
{
background-color: #DCB855;
}
.BgClassName
{
background-color: #DCB855;
}
</style>
border-color css
<style>
span { border-color: #DCB855; }
span { border-color: rgb(220,184,85); }
td.TdClassName
{
border-color: #DCB855;
}
.TagClassName
{
border-color: #DCB855;
}
</style>