Shades of Rob Roy #DCB955
Tints of Rob Roy #DCB955
RGB
CMYK
RGB Variations
Color information
#DCB955 (or 0xDCB955) is known color: Rob Roy. HEX triplet: DC, B9 and 55. RGB value is (220,185,85). Sum of RGB (Red+Green+Blue) = 220+185+85=490 (64% of max value = 765). Red value is 220 (86.33% from 255 or 44.90% from 490); Green value is 185 (72.66% from 255 or 37.76% from 490); Blue value is 85 (33.59% from 255 or 17.35% from 490); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB955 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCB955 is #2346AA. Grayscale: #B8B8B8. Windows color (decimal): -2311851 or 5618140. OLE color: 5618140.
HSL color Cylindrical-coordinate representation of color #DCB955: hue angle of 44.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 #DCB955 is Cyan = 0, Magento = 0.16, Yellow = 0.61 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 185 | 85 | - |
| CMYK | 0 | 0.16 | 0.61 | 0.14 |
| HSL | 44.44º | 0.66% | 0.6% | - |
| HSV(B) | 44.44º | 0.61% | 0.86% | - |
| XYZ | 48.5 | 50.57 | 15.8 | - |
| YUV | 184.07 | 72.1 | 153.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 185 | 85 | 0 | 0.16 | 0.61 | 0.14 | 44.44 | 0.66 | 0.6 |
| Hex | DC | B9 | 55 | 0 | 10 | 3D | E | 2C | 42 | 3C |
| Octal | 334 | 271 | 125 | 0 | 20 | 75 | 16 | 54 | 102 | 74 |
| Binary | 11011100 | 10111001 | 1010101 | 0 | 10000 | 111101 | 1110 | 101100 | 1000010 | 111100 |
Color Harmonies of #DCB955
Complementary color
Monochromatic Colors of #DCB955
Black with #DCB955
Text Example
Text Example
White with #DCB955
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB955; }
p { color: rgb(220,185,85); }
H1.HeaderClassName
{
color: #DCB955;
}
.AnyTagClassName
{
color: #DCB955;
}
</style>
background-color css
<style>
a { background-color: #DCB955; }
a { background-color: rgb(220,185,85); }
div.DivClassName
{
background-color: #DCB955;
}
.BgClassName
{
background-color: #DCB955;
}
</style>
border-color css
<style>
span { border-color: #DCB955; }
span { border-color: rgb(220,185,85); }
td.TdClassName
{
border-color: #DCB955;
}
.TagClassName
{
border-color: #DCB955;
}
</style>