Shades of Rob Roy #D2B051
Tints of Rob Roy #D2B051
RGB
CMYK
RGB Variations
Color information
#D2B051 (or 0xD2B051) is known color: Rob Roy. HEX triplet: D2, B0 and 51. RGB value is (210,176,81). Sum of RGB (Red+Green+Blue) = 210+176+81=467 (61% of max value = 765). Red value is 210 (82.42% from 255 or 44.97% from 467); Green value is 176 (69.14% from 255 or 37.69% from 467); Blue value is 81 (32.03% from 255 or 17.34% from 467); Max value from RGB is 210 - color contains mainly: red. Hex color #D2B051 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D2B051 is #2D4FAE. Grayscale: #AFAFAF. Windows color (decimal): -2969519 or 5353682. OLE color: 5353682.
HSL color Cylindrical-coordinate representation of color #D2B051: hue angle of 44.19º degrees, saturation: 0.59, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D2B051 is Cyan = 0, Magento = 0.16, Yellow = 0.61 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 176 | 81 | - |
| CMYK | 0 | 0.16 | 0.61 | 0.18 |
| HSL | 44.19º | 0.59% | 0.57% | - |
| HSV(B) | 44.19º | 0.61% | 0.82% | - |
| XYZ | 43.59 | 45.35 | 14.24 | - |
| YUV | 175.34 | 74.76 | 152.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 176 | 81 | 0 | 0.16 | 0.61 | 0.18 | 44.19 | 0.59 | 0.57 |
| Hex | D2 | B0 | 51 | 0 | 10 | 3D | 12 | 2C | 3B | 39 |
| Octal | 322 | 260 | 121 | 0 | 20 | 75 | 22 | 54 | 73 | 71 |
| Binary | 11010010 | 10110000 | 1010001 | 0 | 10000 | 111101 | 10010 | 101100 | 111011 | 111001 |
Color Harmonies of #D2B051
Complementary color
Monochromatic Colors of #D2B051
Black with #D2B051
Text Example
Text Example
White with #D2B051
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2B051; }
p { color: rgb(210,176,81); }
H1.HeaderClassName
{
color: #D2B051;
}
.AnyTagClassName
{
color: #D2B051;
}
</style>
background-color css
<style>
a { background-color: #D2B051; }
a { background-color: rgb(210,176,81); }
div.DivClassName
{
background-color: #D2B051;
}
.BgClassName
{
background-color: #D2B051;
}
</style>
border-color css
<style>
span { border-color: #D2B051; }
span { border-color: rgb(210,176,81); }
td.TdClassName
{
border-color: #D2B051;
}
.TagClassName
{
border-color: #D2B051;
}
</style>