Shades of Rob Roy #DCB755
Tints of Rob Roy #DCB755
RGB
CMYK
RGB Variations
Color information
#DCB755 (or 0xDCB755) is known color: Rob Roy. HEX triplet: DC, B7 and 55. RGB value is (220,183,85). Sum of RGB (Red+Green+Blue) = 220+183+85=488 (64% of max value = 765). Red value is 220 (86.33% from 255 or 45.08% from 488); Green value is 183 (71.88% from 255 or 37.5% from 488); Blue value is 85 (33.59% from 255 or 17.42% from 488); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB755 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCB755 is #2348AA. Grayscale: #B7B7B7. Windows color (decimal): -2312363 or 5617628. OLE color: 5617628.
HSL color Cylindrical-coordinate representation of color #DCB755: hue angle of 43.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 #DCB755 is Cyan = 0, Magento = 0.17, Yellow = 0.61 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 183 | 85 | - |
| CMYK | 0 | 0.17 | 0.61 | 0.14 |
| HSL | 43.56º | 0.66% | 0.6% | - |
| HSV(B) | 43.56º | 0.61% | 0.86% | - |
| XYZ | 48.09 | 49.74 | 15.66 | - |
| YUV | 182.89 | 72.76 | 154.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 183 | 85 | 0 | 0.17 | 0.61 | 0.14 | 43.56 | 0.66 | 0.6 |
| Hex | DC | B7 | 55 | 0 | 11 | 3D | E | 2C | 42 | 3C |
| Octal | 334 | 267 | 125 | 0 | 21 | 75 | 16 | 54 | 102 | 74 |
| Binary | 11011100 | 10110111 | 1010101 | 0 | 10001 | 111101 | 1110 | 101100 | 1000010 | 111100 |
Color Harmonies of #DCB755
Complementary color
Monochromatic Colors of #DCB755
Black with #DCB755
Text Example
Text Example
White with #DCB755
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB755; }
p { color: rgb(220,183,85); }
H1.HeaderClassName
{
color: #DCB755;
}
.AnyTagClassName
{
color: #DCB755;
}
</style>
background-color css
<style>
a { background-color: #DCB755; }
a { background-color: rgb(220,183,85); }
div.DivClassName
{
background-color: #DCB755;
}
.BgClassName
{
background-color: #DCB755;
}
</style>
border-color css
<style>
span { border-color: #DCB755; }
span { border-color: rgb(220,183,85); }
td.TdClassName
{
border-color: #DCB755;
}
.TagClassName
{
border-color: #DCB755;
}
</style>