Shades of Rob Roy #DCB450
Tints of Rob Roy #DCB450
RGB
CMYK
RGB Variations
Color information
#DCB450 (or 0xDCB450) is known color: Rob Roy. HEX triplet: DC, B4 and 50. RGB value is (220,180,80). Sum of RGB (Red+Green+Blue) = 220+180+80=480 (63% of max value = 765). Red value is 220 (86.33% from 255 or 45.83% from 480); Green value is 180 (70.70% from 255 or 37.5% from 480); Blue value is 80 (31.64% from 255 or 16.67% from 480); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB450 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCB450 is #234BAF. Grayscale: #B5B5B5. Windows color (decimal): -2313136 or 5289180. OLE color: 5289180.
HSL color Cylindrical-coordinate representation of color #DCB450: hue angle of 42.86º 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 #DCB450 is Cyan = 0, Magento = 0.18, Yellow = 0.64 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 180 | 80 | - |
| CMYK | 0 | 0.18 | 0.64 | 0.14 |
| HSL | 42.86º | 0.67% | 0.59% | - |
| HSV(B) | 42.86º | 0.64% | 0.86% | - |
| XYZ | 47.28 | 48.44 | 14.45 | - |
| YUV | 180.56 | 71.25 | 156.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 180 | 80 | 0 | 0.18 | 0.64 | 0.14 | 42.86 | 0.67 | 0.59 |
| Hex | DC | B4 | 50 | 0 | 12 | 40 | E | 2B | 43 | 3B |
| Octal | 334 | 264 | 120 | 0 | 22 | 100 | 16 | 53 | 103 | 73 |
| Binary | 11011100 | 10110100 | 1010000 | 0 | 10010 | 1000000 | 1110 | 101011 | 1000011 | 111011 |
Color Harmonies of #DCB450
Complementary color
Monochromatic Colors of #DCB450
Black with #DCB450
Text Example
Text Example
White with #DCB450
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB450; }
p { color: rgb(220,180,80); }
H1.HeaderClassName
{
color: #DCB450;
}
.AnyTagClassName
{
color: #DCB450;
}
</style>
background-color css
<style>
a { background-color: #DCB450; }
a { background-color: rgb(220,180,80); }
div.DivClassName
{
background-color: #DCB450;
}
.BgClassName
{
background-color: #DCB450;
}
</style>
border-color css
<style>
span { border-color: #DCB450; }
span { border-color: rgb(220,180,80); }
td.TdClassName
{
border-color: #DCB450;
}
.TagClassName
{
border-color: #DCB450;
}
</style>