Shades of Rob Roy #DCB051
Tints of Rob Roy #DCB051
RGB
CMYK
RGB Variations
Color information
#DCB051 (or 0xDCB051) is known color: Rob Roy. HEX triplet: DC, B0 and 51. RGB value is (220,176,81). Sum of RGB (Red+Green+Blue) = 220+176+81=477 (63% of max value = 765). Red value is 220 (86.33% from 255 or 46.12% from 477); Green value is 176 (69.14% from 255 or 36.90% from 477); Blue value is 81 (32.03% from 255 or 16.98% from 477); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB051 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DCB051 is #234FAE. Grayscale: #B2B2B2. Windows color (decimal): -2314159 or 5353692. OLE color: 5353692.
HSL color Cylindrical-coordinate representation of color #DCB051: hue angle of 41.01º 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 #DCB051 is Cyan = 0, Magento = 0.2, Yellow = 0.63 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 176 | 81 | - |
| CMYK | 0 | 0.2 | 0.63 | 0.14 |
| HSL | 41.01º | 0.67% | 0.59% | - |
| HSV(B) | 41.01º | 0.63% | 0.86% | - |
| XYZ | 46.53 | 46.86 | 14.38 | - |
| YUV | 178.33 | 73.08 | 157.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 176 | 81 | 0 | 0.2 | 0.63 | 0.14 | 41.01 | 0.67 | 0.59 |
| Hex | DC | B0 | 51 | 0 | 14 | 3F | E | 29 | 43 | 3B |
| Octal | 334 | 260 | 121 | 0 | 24 | 77 | 16 | 51 | 103 | 73 |
| Binary | 11011100 | 10110000 | 1010001 | 0 | 10100 | 111111 | 1110 | 101001 | 1000011 | 111011 |
Color Harmonies of #DCB051
Complementary color
Monochromatic Colors of #DCB051
Black with #DCB051
Text Example
Text Example
White with #DCB051
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB051; }
p { color: rgb(220,176,81); }
H1.HeaderClassName
{
color: #DCB051;
}
.AnyTagClassName
{
color: #DCB051;
}
</style>
background-color css
<style>
a { background-color: #DCB051; }
a { background-color: rgb(220,176,81); }
div.DivClassName
{
background-color: #DCB051;
}
.BgClassName
{
background-color: #DCB051;
}
</style>
border-color css
<style>
span { border-color: #DCB051; }
span { border-color: rgb(220,176,81); }
td.TdClassName
{
border-color: #DCB051;
}
.TagClassName
{
border-color: #DCB051;
}
</style>