Shades of Rob Roy #DCB155
Tints of Rob Roy #DCB155
RGB
CMYK
RGB Variations
Color information
#DCB155 (or 0xDCB155) is known color: Rob Roy. HEX triplet: DC, B1 and 55. RGB value is (220,177,85). Sum of RGB (Red+Green+Blue) = 220+177+85=482 (63% of max value = 765). Red value is 220 (86.33% from 255 or 45.64% from 482); Green value is 177 (69.53% from 255 or 36.72% from 482); Blue value is 85 (33.59% from 255 or 17.63% from 482); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB155 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DCB155 is #234EAA. Grayscale: #B3B3B3. Windows color (decimal): -2313899 or 5616092. OLE color: 5616092.
HSL color Cylindrical-coordinate representation of color #DCB155: hue angle of 40.89º 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 #DCB155 is Cyan = 0, Magento = 0.20, Yellow = 0.61 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 177 | 85 | - |
| CMYK | 0 | 0.20 | 0.61 | 0.14 |
| HSL | 40.89º | 0.66% | 0.6% | - |
| HSV(B) | 40.89º | 0.61% | 0.86% | - |
| XYZ | 46.88 | 47.32 | 15.26 | - |
| YUV | 179.37 | 74.75 | 156.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 177 | 85 | 0 | 0.20 | 0.61 | 0.14 | 40.89 | 0.66 | 0.6 |
| Hex | DC | B1 | 55 | 0 | 14 | 3D | E | 29 | 42 | 3C |
| Octal | 334 | 261 | 125 | 0 | 24 | 75 | 16 | 51 | 102 | 74 |
| Binary | 11011100 | 10110001 | 1010101 | 0 | 10100 | 111101 | 1110 | 101001 | 1000010 | 111100 |
Color Harmonies of #DCB155
Complementary color
Monochromatic Colors of #DCB155
Black with #DCB155
Text Example
Text Example
White with #DCB155
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB155; }
p { color: rgb(220,177,85); }
H1.HeaderClassName
{
color: #DCB155;
}
.AnyTagClassName
{
color: #DCB155;
}
</style>
background-color css
<style>
a { background-color: #DCB155; }
a { background-color: rgb(220,177,85); }
div.DivClassName
{
background-color: #DCB155;
}
.BgClassName
{
background-color: #DCB155;
}
</style>
border-color css
<style>
span { border-color: #DCB155; }
span { border-color: rgb(220,177,85); }
td.TdClassName
{
border-color: #DCB155;
}
.TagClassName
{
border-color: #DCB155;
}
</style>