Shades of Rob Roy #D3AD50
Tints of Rob Roy #D3AD50
RGB
CMYK
RGB Variations
Color information
#D3AD50 (or 0xD3AD50) is known color: Rob Roy. HEX triplet: D3, AD and 50. RGB value is (211,173,80). Sum of RGB (Red+Green+Blue) = 211+173+80=464 (61% of max value = 765). Red value is 211 (82.81% from 255 or 45.47% from 464); Green value is 173 (67.97% from 255 or 37.28% from 464); Blue value is 80 (31.64% from 255 or 17.24% from 464); Max value from RGB is 211 - color contains mainly: red. Hex color #D3AD50 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D3AD50 is #2C52AF. Grayscale: #AEAEAE. Windows color (decimal): -2904752 or 5287379. OLE color: 5287379.
HSL color Cylindrical-coordinate representation of color #D3AD50: hue angle of 42.6º 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 #D3AD50 is Cyan = 0, Magento = 0.18, Yellow = 0.62 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 173 | 80 | - |
| CMYK | 0 | 0.18 | 0.62 | 0.17 |
| HSL | 42.6º | 0.6% | 0.57% | - |
| HSV(B) | 42.6º | 0.62% | 0.83% | - |
| XYZ | 43.26 | 44.32 | 13.86 | - |
| YUV | 173.76 | 75.09 | 154.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 173 | 80 | 0 | 0.18 | 0.62 | 0.17 | 42.6 | 0.6 | 0.57 |
| Hex | D3 | AD | 50 | 0 | 12 | 3E | 11 | 2B | 3C | 39 |
| Octal | 323 | 255 | 120 | 0 | 22 | 76 | 21 | 53 | 74 | 71 |
| Binary | 11010011 | 10101101 | 1010000 | 0 | 10010 | 111110 | 10001 | 101011 | 111100 | 111001 |
Color Harmonies of #D3AD50
Complementary color
Monochromatic Colors of #D3AD50
Black with #D3AD50
Text Example
Text Example
White with #D3AD50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3AD50; }
p { color: rgb(211,173,80); }
H1.HeaderClassName
{
color: #D3AD50;
}
.AnyTagClassName
{
color: #D3AD50;
}
</style>
background-color css
<style>
a { background-color: #D3AD50; }
a { background-color: rgb(211,173,80); }
div.DivClassName
{
background-color: #D3AD50;
}
.BgClassName
{
background-color: #D3AD50;
}
</style>
border-color css
<style>
span { border-color: #D3AD50; }
span { border-color: rgb(211,173,80); }
td.TdClassName
{
border-color: #D3AD50;
}
.TagClassName
{
border-color: #D3AD50;
}
</style>