Shades of Rob Roy #DCB156
Tints of Rob Roy #DCB156
RGB
CMYK
RGB Variations
Color information
#DCB156 (or 0xDCB156) is known color: Rob Roy. HEX triplet: DC, B1 and 56. RGB value is (220,177,86). Sum of RGB (Red+Green+Blue) = 220+177+86=483 (63% of max value = 765). Red value is 220 (86.33% from 255 or 45.55% from 483); Green value is 177 (69.53% from 255 or 36.65% from 483); Blue value is 86 (33.98% from 255 or 17.81% from 483); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB156 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DCB156 is #234EA9. Grayscale: #B3B3B3. Windows color (decimal): -2313898 or 5681628. OLE color: 5681628.
HSL color Cylindrical-coordinate representation of color #DCB156: hue angle of 40.75º 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 #DCB156 is Cyan = 0, Magento = 0.20, Yellow = 0.61 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 177 | 86 | - |
| CMYK | 0 | 0.20 | 0.61 | 0.14 |
| HSL | 40.75º | 0.66% | 0.6% | - |
| HSV(B) | 40.75º | 0.61% | 0.86% | - |
| XYZ | 46.92 | 47.33 | 15.47 | - |
| YUV | 179.48 | 75.25 | 156.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 177 | 86 | 0 | 0.20 | 0.61 | 0.14 | 40.75 | 0.66 | 0.6 |
| Hex | DC | B1 | 56 | 0 | 14 | 3D | E | 29 | 42 | 3C |
| Octal | 334 | 261 | 126 | 0 | 24 | 75 | 16 | 51 | 102 | 74 |
| Binary | 11011100 | 10110001 | 1010110 | 0 | 10100 | 111101 | 1110 | 101001 | 1000010 | 111100 |
Color Harmonies of #DCB156
Complementary color
Monochromatic Colors of #DCB156
Black with #DCB156
Text Example
Text Example
White with #DCB156
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB156; }
p { color: rgb(220,177,86); }
H1.HeaderClassName
{
color: #DCB156;
}
.AnyTagClassName
{
color: #DCB156;
}
</style>
background-color css
<style>
a { background-color: #DCB156; }
a { background-color: rgb(220,177,86); }
div.DivClassName
{
background-color: #DCB156;
}
.BgClassName
{
background-color: #DCB156;
}
</style>
border-color css
<style>
span { border-color: #DCB156; }
span { border-color: rgb(220,177,86); }
td.TdClassName
{
border-color: #DCB156;
}
.TagClassName
{
border-color: #DCB156;
}
</style>