Shades of Rob Roy #D3B350
Tints of Rob Roy #D3B350
RGB
CMYK
RGB Variations
Color information
#D3B350 (or 0xD3B350) is known color: Rob Roy. HEX triplet: D3, B3 and 50. RGB value is (211,179,80). Sum of RGB (Red+Green+Blue) = 211+179+80=470 (62% of max value = 765). Red value is 211 (82.81% from 255 or 44.89% from 470); Green value is 179 (70.31% from 255 or 38.09% from 470); Blue value is 80 (31.64% from 255 or 17.02% from 470); Max value from RGB is 211 - color contains mainly: red. Hex color #D3B350 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D3B350 is #2C4CAF. Grayscale: #B1B1B1. Windows color (decimal): -2903216 or 5288915. OLE color: 5288915.
HSL color Cylindrical-coordinate representation of color #D3B350: hue angle of 45.34º degrees, saturation: 0.6, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D3B350 is Cyan = 0, Magento = 0.15, Yellow = 0.62 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 179 | 80 | - |
| CMYK | 0 | 0.15 | 0.62 | 0.17 |
| HSL | 45.34º | 0.6% | 0.57% | - |
| HSV(B) | 45.34º | 0.62% | 0.83% | - |
| XYZ | 44.43 | 46.67 | 14.26 | - |
| YUV | 177.28 | 73.1 | 152.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 179 | 80 | 0 | 0.15 | 0.62 | 0.17 | 45.34 | 0.6 | 0.57 |
| Hex | D3 | B3 | 50 | 0 | F | 3E | 11 | 2D | 3C | 39 |
| Octal | 323 | 263 | 120 | 0 | 17 | 76 | 21 | 55 | 74 | 71 |
| Binary | 11010011 | 10110011 | 1010000 | 0 | 1111 | 111110 | 10001 | 101101 | 111100 | 111001 |
Color Harmonies of #D3B350
Complementary color
Monochromatic Colors of #D3B350
Black with #D3B350
Text Example
Text Example
White with #D3B350
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3B350; }
p { color: rgb(211,179,80); }
H1.HeaderClassName
{
color: #D3B350;
}
.AnyTagClassName
{
color: #D3B350;
}
</style>
background-color css
<style>
a { background-color: #D3B350; }
a { background-color: rgb(211,179,80); }
div.DivClassName
{
background-color: #D3B350;
}
.BgClassName
{
background-color: #D3B350;
}
</style>
border-color css
<style>
span { border-color: #D3B350; }
span { border-color: rgb(211,179,80); }
td.TdClassName
{
border-color: #D3B350;
}
.TagClassName
{
border-color: #D3B350;
}
</style>