Shades of Rob Roy #DCB556
Tints of Rob Roy #DCB556
RGB
CMYK
RGB Variations
Color information
#DCB556 (or 0xDCB556) is known color: Rob Roy. HEX triplet: DC, B5 and 56. RGB value is (220,181,86). Sum of RGB (Red+Green+Blue) = 220+181+86=487 (64% of max value = 765). Red value is 220 (86.33% from 255 or 45.17% from 487); Green value is 181 (71.09% from 255 or 37.17% from 487); Blue value is 86 (33.98% from 255 or 17.66% from 487); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB556 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCB556 is #234AA9. Grayscale: #B6B6B6. Windows color (decimal): -2312874 or 5682652. OLE color: 5682652.
HSL color Cylindrical-coordinate representation of color #DCB556: hue angle of 42.54º 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 #DCB556 is Cyan = 0, Magento = 0.18, Yellow = 0.61 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 181 | 86 | - |
| CMYK | 0 | 0.18 | 0.61 | 0.14 |
| HSL | 42.54º | 0.66% | 0.6% | - |
| HSV(B) | 42.54º | 0.61% | 0.86% | - |
| XYZ | 47.72 | 48.94 | 15.73 | - |
| YUV | 181.83 | 73.92 | 155.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 181 | 86 | 0 | 0.18 | 0.61 | 0.14 | 42.54 | 0.66 | 0.6 |
| Hex | DC | B5 | 56 | 0 | 12 | 3D | E | 2B | 42 | 3C |
| Octal | 334 | 265 | 126 | 0 | 22 | 75 | 16 | 53 | 102 | 74 |
| Binary | 11011100 | 10110101 | 1010110 | 0 | 10010 | 111101 | 1110 | 101011 | 1000010 | 111100 |
Color Harmonies of #DCB556
Complementary color
Monochromatic Colors of #DCB556
Black with #DCB556
Text Example
Text Example
White with #DCB556
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB556; }
p { color: rgb(220,181,86); }
H1.HeaderClassName
{
color: #DCB556;
}
.AnyTagClassName
{
color: #DCB556;
}
</style>
background-color css
<style>
a { background-color: #DCB556; }
a { background-color: rgb(220,181,86); }
div.DivClassName
{
background-color: #DCB556;
}
.BgClassName
{
background-color: #DCB556;
}
</style>
border-color css
<style>
span { border-color: #DCB556; }
span { border-color: rgb(220,181,86); }
td.TdClassName
{
border-color: #DCB556;
}
.TagClassName
{
border-color: #DCB556;
}
</style>