Shades of Rob Roy #D8B752
Tints of Rob Roy #D8B752
RGB
CMYK
RGB Variations
Color information
#D8B752 (or 0xD8B752) is known color: Rob Roy. HEX triplet: D8, B7 and 52. RGB value is (216,183,82). Sum of RGB (Red+Green+Blue) = 216+183+82=481 (63% of max value = 765). Red value is 216 (84.77% from 255 or 44.91% from 481); Green value is 183 (71.88% from 255 or 38.05% from 481); Blue value is 82 (32.42% from 255 or 17.05% from 481); Max value from RGB is 216 - color contains mainly: red. Hex color #D8B752 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D8B752 is #2748AD. Grayscale: #B5B5B5. Windows color (decimal): -2574510 or 5421016. OLE color: 5421016.
HSL color Cylindrical-coordinate representation of color #D8B752: hue angle of 45.22º degrees, saturation: 0.63, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D8B752 is Cyan = 0, Magento = 0.15, Yellow = 0.62 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 183 | 82 | - |
| CMYK | 0 | 0.15 | 0.62 | 0.15 |
| HSL | 45.22º | 0.63% | 0.58% | - |
| HSV(B) | 45.22º | 0.62% | 0.85% | - |
| XYZ | 46.78 | 49.08 | 14.99 | - |
| YUV | 181.35 | 71.93 | 152.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 183 | 82 | 0 | 0.15 | 0.62 | 0.15 | 45.22 | 0.63 | 0.58 |
| Hex | D8 | B7 | 52 | 0 | F | 3E | F | 2D | 3F | 3A |
| Octal | 330 | 267 | 122 | 0 | 17 | 76 | 17 | 55 | 77 | 72 |
| Binary | 11011000 | 10110111 | 1010010 | 0 | 1111 | 111110 | 1111 | 101101 | 111111 | 111010 |
Color Harmonies of #D8B752
Complementary color
Monochromatic Colors of #D8B752
Black with #D8B752
Text Example
Text Example
White with #D8B752
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8B752; }
p { color: rgb(216,183,82); }
H1.HeaderClassName
{
color: #D8B752;
}
.AnyTagClassName
{
color: #D8B752;
}
</style>
background-color css
<style>
a { background-color: #D8B752; }
a { background-color: rgb(216,183,82); }
div.DivClassName
{
background-color: #D8B752;
}
.BgClassName
{
background-color: #D8B752;
}
</style>
border-color css
<style>
span { border-color: #D8B752; }
span { border-color: rgb(216,183,82); }
td.TdClassName
{
border-color: #D8B752;
}
.TagClassName
{
border-color: #D8B752;
}
</style>