Shades of Rob Roy #DCB050
Tints of Rob Roy #DCB050
RGB
CMYK
RGB Variations
Color information
#DCB050 (or 0xDCB050) is known color: Rob Roy. HEX triplet: DC, B0 and 50. RGB value is (220,176,80). Sum of RGB (Red+Green+Blue) = 220+176+80=476 (63% of max value = 765). Red value is 220 (86.33% from 255 or 46.22% from 476); Green value is 176 (69.14% from 255 or 36.97% from 476); Blue value is 80 (31.64% from 255 or 16.81% from 476); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB050 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DCB050 is #234FAF. Grayscale: #B2B2B2. Windows color (decimal): -2314160 or 5288156. OLE color: 5288156.
HSL color Cylindrical-coordinate representation of color #DCB050: hue angle of 41.14º 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 #DCB050 is Cyan = 0, Magento = 0.2, Yellow = 0.64 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 176 | 80 | - |
| CMYK | 0 | 0.2 | 0.64 | 0.14 |
| HSL | 41.14º | 0.67% | 0.59% | - |
| HSV(B) | 41.14º | 0.64% | 0.86% | - |
| XYZ | 46.49 | 46.85 | 14.18 | - |
| YUV | 178.21 | 72.58 | 157.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 176 | 80 | 0 | 0.2 | 0.64 | 0.14 | 41.14 | 0.67 | 0.59 |
| Hex | DC | B0 | 50 | 0 | 14 | 40 | E | 29 | 43 | 3B |
| Octal | 334 | 260 | 120 | 0 | 24 | 100 | 16 | 51 | 103 | 73 |
| Binary | 11011100 | 10110000 | 1010000 | 0 | 10100 | 1000000 | 1110 | 101001 | 1000011 | 111011 |
Color Harmonies of #DCB050
Complementary color
Monochromatic Colors of #DCB050
Black with #DCB050
Text Example
Text Example
White with #DCB050
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB050; }
p { color: rgb(220,176,80); }
H1.HeaderClassName
{
color: #DCB050;
}
.AnyTagClassName
{
color: #DCB050;
}
</style>
background-color css
<style>
a { background-color: #DCB050; }
a { background-color: rgb(220,176,80); }
div.DivClassName
{
background-color: #DCB050;
}
.BgClassName
{
background-color: #DCB050;
}
</style>
border-color css
<style>
span { border-color: #DCB050; }
span { border-color: rgb(220,176,80); }
td.TdClassName
{
border-color: #DCB050;
}
.TagClassName
{
border-color: #DCB050;
}
</style>