Shades of Rob Roy #DCB851
Tints of Rob Roy #DCB851
RGB
CMYK
RGB Variations
Color information
#DCB851 (or 0xDCB851) is known color: Rob Roy. HEX triplet: DC, B8 and 51. RGB value is (220,184,81). Sum of RGB (Red+Green+Blue) = 220+184+81=485 (64% of max value = 765). Red value is 220 (86.33% from 255 or 45.36% from 485); Green value is 184 (72.27% from 255 or 37.94% from 485); Blue value is 81 (32.03% from 255 or 16.70% from 485); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB851 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCB851 is #2347AE. Grayscale: #B7B7B7. Windows color (decimal): -2312111 or 5355740. OLE color: 5355740.
HSL color Cylindrical-coordinate representation of color #DCB851: hue angle of 44.46º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DCB851 is Cyan = 0, Magento = 0.16, Yellow = 0.63 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 184 | 81 | - |
| CMYK | 0 | 0.16 | 0.63 | 0.14 |
| HSL | 44.46º | 0.67% | 0.59% | - |
| HSV(B) | 44.46º | 0.63% | 0.86% | - |
| XYZ | 48.14 | 50.09 | 14.92 | - |
| YUV | 183.02 | 70.43 | 154.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 184 | 81 | 0 | 0.16 | 0.63 | 0.14 | 44.46 | 0.67 | 0.59 |
| Hex | DC | B8 | 51 | 0 | 10 | 3F | E | 2C | 43 | 3B |
| Octal | 334 | 270 | 121 | 0 | 20 | 77 | 16 | 54 | 103 | 73 |
| Binary | 11011100 | 10111000 | 1010001 | 0 | 10000 | 111111 | 1110 | 101100 | 1000011 | 111011 |
Color Harmonies of #DCB851
Complementary color
Monochromatic Colors of #DCB851
Black with #DCB851
Text Example
Text Example
White with #DCB851
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB851; }
p { color: rgb(220,184,81); }
H1.HeaderClassName
{
color: #DCB851;
}
.AnyTagClassName
{
color: #DCB851;
}
</style>
background-color css
<style>
a { background-color: #DCB851; }
a { background-color: rgb(220,184,81); }
div.DivClassName
{
background-color: #DCB851;
}
.BgClassName
{
background-color: #DCB851;
}
</style>
border-color css
<style>
span { border-color: #DCB851; }
span { border-color: rgb(220,184,81); }
td.TdClassName
{
border-color: #DCB851;
}
.TagClassName
{
border-color: #DCB851;
}
</style>