Shades of Rob Roy #DCB350
Tints of Rob Roy #DCB350
RGB
CMYK
RGB Variations
Color information
#DCB350 (or 0xDCB350) is known color: Rob Roy. HEX triplet: DC, B3 and 50. RGB value is (220,179,80). Sum of RGB (Red+Green+Blue) = 220+179+80=479 (63% of max value = 765). Red value is 220 (86.33% from 255 or 45.93% from 479); Green value is 179 (70.31% from 255 or 37.37% from 479); Blue value is 80 (31.64% from 255 or 16.70% from 479); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB350 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCB350 is #234CAF. Grayscale: #B4B4B4. Windows color (decimal): -2313392 or 5288924. OLE color: 5288924.
HSL color Cylindrical-coordinate representation of color #DCB350: hue angle of 42.43º 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 #DCB350 is Cyan = 0, Magento = 0.19, Yellow = 0.64 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 179 | 80 | - |
| CMYK | 0 | 0.19 | 0.64 | 0.14 |
| HSL | 42.43º | 0.67% | 0.59% | - |
| HSV(B) | 42.43º | 0.64% | 0.86% | - |
| XYZ | 47.08 | 48.04 | 14.38 | - |
| YUV | 179.97 | 71.58 | 156.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 179 | 80 | 0 | 0.19 | 0.64 | 0.14 | 42.43 | 0.67 | 0.59 |
| Hex | DC | B3 | 50 | 0 | 13 | 40 | E | 2A | 43 | 3B |
| Octal | 334 | 263 | 120 | 0 | 23 | 100 | 16 | 52 | 103 | 73 |
| Binary | 11011100 | 10110011 | 1010000 | 0 | 10011 | 1000000 | 1110 | 101010 | 1000011 | 111011 |
Color Harmonies of #DCB350
Complementary color
Monochromatic Colors of #DCB350
Black with #DCB350
Text Example
Text Example
White with #DCB350
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB350; }
p { color: rgb(220,179,80); }
H1.HeaderClassName
{
color: #DCB350;
}
.AnyTagClassName
{
color: #DCB350;
}
</style>
background-color css
<style>
a { background-color: #DCB350; }
a { background-color: rgb(220,179,80); }
div.DivClassName
{
background-color: #DCB350;
}
.BgClassName
{
background-color: #DCB350;
}
</style>
border-color css
<style>
span { border-color: #DCB350; }
span { border-color: rgb(220,179,80); }
td.TdClassName
{
border-color: #DCB350;
}
.TagClassName
{
border-color: #DCB350;
}
</style>