Shades of Rob Roy #DCB850
Tints of Rob Roy #DCB850
RGB
CMYK
RGB Variations
Color information
#DCB850 (or 0xDCB850) is known color: Rob Roy. HEX triplet: DC, B8 and 50. RGB value is (220,184,80). Sum of RGB (Red+Green+Blue) = 220+184+80=484 (64% of max value = 765). Red value is 220 (86.33% from 255 or 45.45% from 484); Green value is 184 (72.27% from 255 or 38.02% from 484); Blue value is 80 (31.64% from 255 or 16.53% from 484); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB850 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCB850 is #2347AF. Grayscale: #B7B7B7. Windows color (decimal): -2312112 or 5290204. OLE color: 5290204.
HSL color Cylindrical-coordinate representation of color #DCB850: hue angle of 44.57º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #DCB850 is Cyan = 0, Magento = 0.16, Yellow = 0.64 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 184 | 80 | - |
| CMYK | 0 | 0.16 | 0.64 | 0.14 |
| HSL | 44.57º | 0.67% | 0.59% | - |
| HSV(B) | 44.57º | 0.64% | 0.86% | - |
| XYZ | 48.1 | 50.08 | 14.72 | - |
| YUV | 182.91 | 69.93 | 154.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 184 | 80 | 0 | 0.16 | 0.64 | 0.14 | 44.57 | 0.67 | 0.59 |
| Hex | DC | B8 | 50 | 0 | 10 | 40 | E | 2D | 43 | 3B |
| Octal | 334 | 270 | 120 | 0 | 20 | 100 | 16 | 55 | 103 | 73 |
| Binary | 11011100 | 10111000 | 1010000 | 0 | 10000 | 1000000 | 1110 | 101101 | 1000011 | 111011 |
Color Harmonies of #DCB850
Complementary color
Monochromatic Colors of #DCB850
Black with #DCB850
Text Example
Text Example
White with #DCB850
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB850; }
p { color: rgb(220,184,80); }
H1.HeaderClassName
{
color: #DCB850;
}
.AnyTagClassName
{
color: #DCB850;
}
</style>
background-color css
<style>
a { background-color: #DCB850; }
a { background-color: rgb(220,184,80); }
div.DivClassName
{
background-color: #DCB850;
}
.BgClassName
{
background-color: #DCB850;
}
</style>
border-color css
<style>
span { border-color: #DCB850; }
span { border-color: rgb(220,184,80); }
td.TdClassName
{
border-color: #DCB850;
}
.TagClassName
{
border-color: #DCB850;
}
</style>