Shades of Rob Roy #D2B050
Tints of Rob Roy #D2B050
RGB
CMYK
RGB Variations
Color information
#D2B050 (or 0xD2B050) is known color: Rob Roy. HEX triplet: D2, B0 and 50. RGB value is (210,176,80). Sum of RGB (Red+Green+Blue) = 210+176+80=466 (61% of max value = 765). Red value is 210 (82.42% from 255 or 45.06% from 466); Green value is 176 (69.14% from 255 or 37.77% from 466); Blue value is 80 (31.64% from 255 or 17.17% from 466); Max value from RGB is 210 - color contains mainly: red. Hex color #D2B050 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D2B050 is #2D4FAF. Grayscale: #AFAFAF. Windows color (decimal): -2969520 or 5288146. OLE color: 5288146.
HSL color Cylindrical-coordinate representation of color #D2B050: hue angle of 44.31º degrees, saturation: 0.59, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D2B050 is Cyan = 0, Magento = 0.16, Yellow = 0.62 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 176 | 80 | - |
| CMYK | 0 | 0.16 | 0.62 | 0.18 |
| HSL | 44.31º | 0.59% | 0.57% | - |
| HSV(B) | 44.31º | 0.62% | 0.82% | - |
| XYZ | 43.55 | 45.33 | 14.04 | - |
| YUV | 175.22 | 74.26 | 152.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 176 | 80 | 0 | 0.16 | 0.62 | 0.18 | 44.31 | 0.59 | 0.57 |
| Hex | D2 | B0 | 50 | 0 | 10 | 3E | 12 | 2C | 3B | 39 |
| Octal | 322 | 260 | 120 | 0 | 20 | 76 | 22 | 54 | 73 | 71 |
| Binary | 11010010 | 10110000 | 1010000 | 0 | 10000 | 111110 | 10010 | 101100 | 111011 | 111001 |
Color Harmonies of #D2B050
Complementary color
Monochromatic Colors of #D2B050
Black with #D2B050
Text Example
Text Example
White with #D2B050
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2B050; }
p { color: rgb(210,176,80); }
H1.HeaderClassName
{
color: #D2B050;
}
.AnyTagClassName
{
color: #D2B050;
}
</style>
background-color css
<style>
a { background-color: #D2B050; }
a { background-color: rgb(210,176,80); }
div.DivClassName
{
background-color: #D2B050;
}
.BgClassName
{
background-color: #D2B050;
}
</style>
border-color css
<style>
span { border-color: #D2B050; }
span { border-color: rgb(210,176,80); }
td.TdClassName
{
border-color: #D2B050;
}
.TagClassName
{
border-color: #D2B050;
}
</style>