Shades of Rob Roy #DCB256
Tints of Rob Roy #DCB256
RGB
CMYK
RGB Variations
Color information
#DCB256 (or 0xDCB256) is known color: Rob Roy. HEX triplet: DC, B2 and 56. RGB value is (220,178,86). Sum of RGB (Red+Green+Blue) = 220+178+86=484 (64% of max value = 765). Red value is 220 (86.33% from 255 or 45.45% from 484); Green value is 178 (69.92% from 255 or 36.78% from 484); Blue value is 86 (33.98% from 255 or 17.77% from 484); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB256 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DCB256 is #234DA9. Grayscale: #B4B4B4. Windows color (decimal): -2313642 or 5681884. OLE color: 5681884.
HSL color Cylindrical-coordinate representation of color #DCB256: hue angle of 41.19º 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 #DCB256 is Cyan = 0, Magento = 0.19, Yellow = 0.61 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 178 | 86 | - |
| CMYK | 0 | 0.19 | 0.61 | 0.14 |
| HSL | 41.19º | 0.66% | 0.6% | - |
| HSV(B) | 41.19º | 0.61% | 0.86% | - |
| XYZ | 47.12 | 47.73 | 15.53 | - |
| YUV | 180.07 | 74.91 | 156.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 178 | 86 | 0 | 0.19 | 0.61 | 0.14 | 41.19 | 0.66 | 0.6 |
| Hex | DC | B2 | 56 | 0 | 13 | 3D | E | 29 | 42 | 3C |
| Octal | 334 | 262 | 126 | 0 | 23 | 75 | 16 | 51 | 102 | 74 |
| Binary | 11011100 | 10110010 | 1010110 | 0 | 10011 | 111101 | 1110 | 101001 | 1000010 | 111100 |
Color Harmonies of #DCB256
Complementary color
Monochromatic Colors of #DCB256
Black with #DCB256
Text Example
Text Example
White with #DCB256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB256; }
p { color: rgb(220,178,86); }
H1.HeaderClassName
{
color: #DCB256;
}
.AnyTagClassName
{
color: #DCB256;
}
</style>
background-color css
<style>
a { background-color: #DCB256; }
a { background-color: rgb(220,178,86); }
div.DivClassName
{
background-color: #DCB256;
}
.BgClassName
{
background-color: #DCB256;
}
</style>
border-color css
<style>
span { border-color: #DCB256; }
span { border-color: rgb(220,178,86); }
td.TdClassName
{
border-color: #DCB256;
}
.TagClassName
{
border-color: #DCB256;
}
</style>