Shades of Rob Roy #DCB456
Tints of Rob Roy #DCB456
RGB
CMYK
RGB Variations
Color information
#DCB456 (or 0xDCB456) is known color: Rob Roy. HEX triplet: DC, B4 and 56. RGB value is (220,180,86). Sum of RGB (Red+Green+Blue) = 220+180+86=486 (64% of max value = 765). Red value is 220 (86.33% from 255 or 45.27% from 486); Green value is 180 (70.70% from 255 or 37.04% from 486); Blue value is 86 (33.98% from 255 or 17.70% from 486); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB456 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCB456 is #234BA9. Grayscale: #B5B5B5. Windows color (decimal): -2313130 or 5682396. OLE color: 5682396.
HSL color Cylindrical-coordinate representation of color #DCB456: hue angle of 42.09º 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 #DCB456 is Cyan = 0, Magento = 0.18, Yellow = 0.61 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 180 | 86 | - |
| CMYK | 0 | 0.18 | 0.61 | 0.14 |
| HSL | 42.09º | 0.66% | 0.6% | - |
| HSV(B) | 42.09º | 0.61% | 0.86% | - |
| XYZ | 47.52 | 48.53 | 15.67 | - |
| YUV | 181.24 | 74.25 | 155.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 180 | 86 | 0 | 0.18 | 0.61 | 0.14 | 42.09 | 0.66 | 0.6 |
| Hex | DC | B4 | 56 | 0 | 12 | 3D | E | 2A | 42 | 3C |
| Octal | 334 | 264 | 126 | 0 | 22 | 75 | 16 | 52 | 102 | 74 |
| Binary | 11011100 | 10110100 | 1010110 | 0 | 10010 | 111101 | 1110 | 101010 | 1000010 | 111100 |
Color Harmonies of #DCB456
Complementary color
Monochromatic Colors of #DCB456
Black with #DCB456
Text Example
Text Example
White with #DCB456
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB456; }
p { color: rgb(220,180,86); }
H1.HeaderClassName
{
color: #DCB456;
}
.AnyTagClassName
{
color: #DCB456;
}
</style>
background-color css
<style>
a { background-color: #DCB456; }
a { background-color: rgb(220,180,86); }
div.DivClassName
{
background-color: #DCB456;
}
.BgClassName
{
background-color: #DCB456;
}
</style>
border-color css
<style>
span { border-color: #DCB456; }
span { border-color: rgb(220,180,86); }
td.TdClassName
{
border-color: #DCB456;
}
.TagClassName
{
border-color: #DCB456;
}
</style>