Shades of Rob Roy #D8B053
Tints of Rob Roy #D8B053
RGB
CMYK
RGB Variations
Color information
#D8B053 (or 0xD8B053) is known color: Rob Roy. HEX triplet: D8, B0 and 53. RGB value is (216,176,83). Sum of RGB (Red+Green+Blue) = 216+176+83=475 (62% of max value = 765). Red value is 216 (84.77% from 255 or 45.47% from 475); Green value is 176 (69.14% from 255 or 37.05% from 475); Blue value is 83 (32.81% from 255 or 17.47% from 475); Max value from RGB is 216 - color contains mainly: red. Hex color #D8B053 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D8B053 is #274FAC. Grayscale: #B1B1B1. Windows color (decimal): -2576301 or 5484760. OLE color: 5484760.
HSL color Cylindrical-coordinate representation of color #D8B053: hue angle of 41.95º degrees, saturation: 0.63, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D8B053 is Cyan = 0, Magento = 0.19, Yellow = 0.62 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 176 | 83 | - |
| CMYK | 0 | 0.19 | 0.62 | 0.15 |
| HSL | 41.95º | 0.63% | 0.59% | - |
| HSV(B) | 41.95º | 0.62% | 0.85% | - |
| XYZ | 45.41 | 46.27 | 14.72 | - |
| YUV | 177.36 | 74.75 | 155.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 176 | 83 | 0 | 0.19 | 0.62 | 0.15 | 41.95 | 0.63 | 0.59 |
| Hex | D8 | B0 | 53 | 0 | 13 | 3E | F | 2A | 3F | 3B |
| Octal | 330 | 260 | 123 | 0 | 23 | 76 | 17 | 52 | 77 | 73 |
| Binary | 11011000 | 10110000 | 1010011 | 0 | 10011 | 111110 | 1111 | 101010 | 111111 | 111011 |
Color Harmonies of #D8B053
Complementary color
Monochromatic Colors of #D8B053
Black with #D8B053
Text Example
Text Example
White with #D8B053
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8B053; }
p { color: rgb(216,176,83); }
H1.HeaderClassName
{
color: #D8B053;
}
.AnyTagClassName
{
color: #D8B053;
}
</style>
background-color css
<style>
a { background-color: #D8B053; }
a { background-color: rgb(216,176,83); }
div.DivClassName
{
background-color: #D8B053;
}
.BgClassName
{
background-color: #D8B053;
}
</style>
border-color css
<style>
span { border-color: #D8B053; }
span { border-color: rgb(216,176,83); }
td.TdClassName
{
border-color: #D8B053;
}
.TagClassName
{
border-color: #D8B053;
}
</style>