Shades of Rob Roy #DCB351
Tints of Rob Roy #DCB351
RGB
CMYK
RGB Variations
Color information
#DCB351 (or 0xDCB351) is known color: Rob Roy. HEX triplet: DC, B3 and 51. RGB value is (220,179,81). Sum of RGB (Red+Green+Blue) = 220+179+81=480 (63% of max value = 765). Red value is 220 (86.33% from 255 or 45.83% from 480); Green value is 179 (70.31% from 255 or 37.29% from 480); Blue value is 81 (32.03% from 255 or 16.88% from 480); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB351 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCB351 is #234CAE. Grayscale: #B4B4B4. Windows color (decimal): -2313391 or 5354460. OLE color: 5354460.
HSL color Cylindrical-coordinate representation of color #DCB351: hue angle of 42.3º 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 #DCB351 is Cyan = 0, Magento = 0.19, Yellow = 0.63 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 179 | 81 | - |
| CMYK | 0 | 0.19 | 0.63 | 0.14 |
| HSL | 42.3º | 0.67% | 0.59% | - |
| HSV(B) | 42.3º | 0.63% | 0.86% | - |
| XYZ | 47.12 | 48.05 | 14.58 | - |
| YUV | 180.09 | 72.08 | 156.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 179 | 81 | 0 | 0.19 | 0.63 | 0.14 | 42.3 | 0.67 | 0.59 |
| Hex | DC | B3 | 51 | 0 | 13 | 3F | E | 2A | 43 | 3B |
| Octal | 334 | 263 | 121 | 0 | 23 | 77 | 16 | 52 | 103 | 73 |
| Binary | 11011100 | 10110011 | 1010001 | 0 | 10011 | 111111 | 1110 | 101010 | 1000011 | 111011 |
Color Harmonies of #DCB351
Complementary color
Monochromatic Colors of #DCB351
Black with #DCB351
Text Example
Text Example
White with #DCB351
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB351; }
p { color: rgb(220,179,81); }
H1.HeaderClassName
{
color: #DCB351;
}
.AnyTagClassName
{
color: #DCB351;
}
</style>
background-color css
<style>
a { background-color: #DCB351; }
a { background-color: rgb(220,179,81); }
div.DivClassName
{
background-color: #DCB351;
}
.BgClassName
{
background-color: #DCB351;
}
</style>
border-color css
<style>
span { border-color: #DCB351; }
span { border-color: rgb(220,179,81); }
td.TdClassName
{
border-color: #DCB351;
}
.TagClassName
{
border-color: #DCB351;
}
</style>