Shades of Rob Roy #DCB751
Tints of Rob Roy #DCB751
RGB
CMYK
RGB Variations
Color information
#DCB751 (or 0xDCB751) is known color: Rob Roy. HEX triplet: DC, B7 and 51. RGB value is (220,183,81). Sum of RGB (Red+Green+Blue) = 220+183+81=484 (64% of max value = 765). Red value is 220 (86.33% from 255 or 45.45% from 484); Green value is 183 (71.88% from 255 or 37.81% from 484); Blue value is 81 (32.03% from 255 or 16.74% from 484); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB751 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCB751 is #2348AE. Grayscale: #B6B6B6. Windows color (decimal): -2312367 or 5355484. OLE color: 5355484.
HSL color Cylindrical-coordinate representation of color #DCB751: hue angle of 44.03º 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 #DCB751 is Cyan = 0, Magento = 0.17, Yellow = 0.63 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 183 | 81 | - |
| CMYK | 0 | 0.17 | 0.63 | 0.14 |
| HSL | 44.03º | 0.67% | 0.59% | - |
| HSV(B) | 44.03º | 0.63% | 0.86% | - |
| XYZ | 47.93 | 49.68 | 14.85 | - |
| YUV | 182.44 | 70.76 | 154.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 183 | 81 | 0 | 0.17 | 0.63 | 0.14 | 44.03 | 0.67 | 0.59 |
| Hex | DC | B7 | 51 | 0 | 11 | 3F | E | 2C | 43 | 3B |
| Octal | 334 | 267 | 121 | 0 | 21 | 77 | 16 | 54 | 103 | 73 |
| Binary | 11011100 | 10110111 | 1010001 | 0 | 10001 | 111111 | 1110 | 101100 | 1000011 | 111011 |
Color Harmonies of #DCB751
Complementary color
Monochromatic Colors of #DCB751
Black with #DCB751
Text Example
Text Example
White with #DCB751
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB751; }
p { color: rgb(220,183,81); }
H1.HeaderClassName
{
color: #DCB751;
}
.AnyTagClassName
{
color: #DCB751;
}
</style>
background-color css
<style>
a { background-color: #DCB751; }
a { background-color: rgb(220,183,81); }
div.DivClassName
{
background-color: #DCB751;
}
.BgClassName
{
background-color: #DCB751;
}
</style>
border-color css
<style>
span { border-color: #DCB751; }
span { border-color: rgb(220,183,81); }
td.TdClassName
{
border-color: #DCB751;
}
.TagClassName
{
border-color: #DCB751;
}
</style>