Shades of Rob Roy #DCB056
Tints of Rob Roy #DCB056
RGB
CMYK
RGB Variations
Color information
#DCB056 (or 0xDCB056) is known color: Rob Roy. HEX triplet: DC, B0 and 56. RGB value is (220,176,86). Sum of RGB (Red+Green+Blue) = 220+176+86=482 (63% of max value = 765). Red value is 220 (86.33% from 255 or 45.64% from 482); Green value is 176 (69.14% from 255 or 36.51% from 482); Blue value is 86 (33.98% from 255 or 17.84% from 482); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB056 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DCB056 is #234FA9. Grayscale: #B3B3B3. Windows color (decimal): -2314154 or 5681372. OLE color: 5681372.
HSL color Cylindrical-coordinate representation of color #DCB056: hue angle of 40.3º 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 #DCB056 is Cyan = 0, Magento = 0.2, Yellow = 0.61 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 176 | 86 | - |
| CMYK | 0 | 0.2 | 0.61 | 0.14 |
| HSL | 40.3º | 0.66% | 0.6% | - |
| HSV(B) | 40.3º | 0.61% | 0.86% | - |
| XYZ | 46.72 | 46.94 | 15.4 | - |
| YUV | 178.9 | 75.58 | 157.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 176 | 86 | 0 | 0.2 | 0.61 | 0.14 | 40.3 | 0.66 | 0.6 |
| Hex | DC | B0 | 56 | 0 | 14 | 3D | E | 28 | 42 | 3C |
| Octal | 334 | 260 | 126 | 0 | 24 | 75 | 16 | 50 | 102 | 74 |
| Binary | 11011100 | 10110000 | 1010110 | 0 | 10100 | 111101 | 1110 | 101000 | 1000010 | 111100 |
Color Harmonies of #DCB056
Complementary color
Monochromatic Colors of #DCB056
Black with #DCB056
Text Example
Text Example
White with #DCB056
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB056; }
p { color: rgb(220,176,86); }
H1.HeaderClassName
{
color: #DCB056;
}
.AnyTagClassName
{
color: #DCB056;
}
</style>
background-color css
<style>
a { background-color: #DCB056; }
a { background-color: rgb(220,176,86); }
div.DivClassName
{
background-color: #DCB056;
}
.BgClassName
{
background-color: #DCB056;
}
</style>
border-color css
<style>
span { border-color: #DCB056; }
span { border-color: rgb(220,176,86); }
td.TdClassName
{
border-color: #DCB056;
}
.TagClassName
{
border-color: #DCB056;
}
</style>