Shades of Rob Roy #DCB251
Tints of Rob Roy #DCB251
RGB
CMYK
RGB Variations
Color information
#DCB251 (or 0xDCB251) is known color: Rob Roy. HEX triplet: DC, B2 and 51. RGB value is (220,178,81). Sum of RGB (Red+Green+Blue) = 220+178+81=479 (63% of max value = 765). Red value is 220 (86.33% from 255 or 45.93% from 479); Green value is 178 (69.92% from 255 or 37.16% from 479); Blue value is 81 (32.03% from 255 or 16.91% from 479); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB251 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DCB251 is #234DAE. Grayscale: #B3B3B3. Windows color (decimal): -2313647 or 5354204. OLE color: 5354204.
HSL color Cylindrical-coordinate representation of color #DCB251: hue angle of 41.87º 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 #DCB251 is Cyan = 0, Magento = 0.19, Yellow = 0.63 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 178 | 81 | - |
| CMYK | 0 | 0.19 | 0.63 | 0.14 |
| HSL | 41.87º | 0.67% | 0.59% | - |
| HSV(B) | 41.87º | 0.63% | 0.86% | - |
| XYZ | 46.92 | 47.65 | 14.51 | - |
| YUV | 179.5 | 72.41 | 156.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 178 | 81 | 0 | 0.19 | 0.63 | 0.14 | 41.87 | 0.67 | 0.59 |
| Hex | DC | B2 | 51 | 0 | 13 | 3F | E | 2A | 43 | 3B |
| Octal | 334 | 262 | 121 | 0 | 23 | 77 | 16 | 52 | 103 | 73 |
| Binary | 11011100 | 10110010 | 1010001 | 0 | 10011 | 111111 | 1110 | 101010 | 1000011 | 111011 |
Color Harmonies of #DCB251
Complementary color
Monochromatic Colors of #DCB251
Black with #DCB251
Text Example
Text Example
White with #DCB251
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB251; }
p { color: rgb(220,178,81); }
H1.HeaderClassName
{
color: #DCB251;
}
.AnyTagClassName
{
color: #DCB251;
}
</style>
background-color css
<style>
a { background-color: #DCB251; }
a { background-color: rgb(220,178,81); }
div.DivClassName
{
background-color: #DCB251;
}
.BgClassName
{
background-color: #DCB251;
}
</style>
border-color css
<style>
span { border-color: #DCB251; }
span { border-color: rgb(220,178,81); }
td.TdClassName
{
border-color: #DCB251;
}
.TagClassName
{
border-color: #DCB251;
}
</style>