Shades of Rob Roy #D9B054
Tints of Rob Roy #D9B054
RGB
CMYK
RGB Variations
Color information
#D9B054 (or 0xD9B054) is known color: Rob Roy. HEX triplet: D9, B0 and 54. RGB value is (217,176,84). Sum of RGB (Red+Green+Blue) = 217+176+84=477 (63% of max value = 765). Red value is 217 (85.16% from 255 or 45.49% from 477); Green value is 176 (69.14% from 255 or 36.90% from 477); Blue value is 84 (33.20% from 255 or 17.61% from 477); Max value from RGB is 217 - color contains mainly: red. Hex color #D9B054 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D9B054 is #264FAB. Grayscale: #B2B2B2. Windows color (decimal): -2510764 or 5550297. OLE color: 5550297.
HSL color Cylindrical-coordinate representation of color #D9B054: hue angle of 41.5º degrees, saturation: 0.64, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D9B054 is Cyan = 0, Magento = 0.19, Yellow = 0.61 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 176 | 84 | - |
| CMYK | 0 | 0.19 | 0.61 | 0.15 |
| HSL | 41.5º | 0.64% | 0.59% | - |
| HSV(B) | 41.5º | 0.61% | 0.85% | - |
| XYZ | 45.74 | 46.44 | 14.94 | - |
| YUV | 177.77 | 75.08 | 155.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 176 | 84 | 0 | 0.19 | 0.61 | 0.15 | 41.5 | 0.64 | 0.59 |
| Hex | D9 | B0 | 54 | 0 | 13 | 3D | F | 2A | 40 | 3B |
| Octal | 331 | 260 | 124 | 0 | 23 | 75 | 17 | 52 | 100 | 73 |
| Binary | 11011001 | 10110000 | 1010100 | 0 | 10011 | 111101 | 1111 | 101010 | 1000000 | 111011 |
Color Harmonies of #D9B054
Complementary color
Monochromatic Colors of #D9B054
Black with #D9B054
Text Example
Text Example
White with #D9B054
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9B054; }
p { color: rgb(217,176,84); }
H1.HeaderClassName
{
color: #D9B054;
}
.AnyTagClassName
{
color: #D9B054;
}
</style>
background-color css
<style>
a { background-color: #D9B054; }
a { background-color: rgb(217,176,84); }
div.DivClassName
{
background-color: #D9B054;
}
.BgClassName
{
background-color: #D9B054;
}
</style>
border-color css
<style>
span { border-color: #D9B054; }
span { border-color: rgb(217,176,84); }
td.TdClassName
{
border-color: #D9B054;
}
.TagClassName
{
border-color: #D9B054;
}
</style>