Shades of Rob Roy #D9B554
Tints of Rob Roy #D9B554
RGB
CMYK
RGB Variations
Color information
#D9B554 (or 0xD9B554) is known color: Rob Roy. HEX triplet: D9, B5 and 54. RGB value is (217,181,84). Sum of RGB (Red+Green+Blue) = 217+181+84=482 (63% of max value = 765). Red value is 217 (85.16% from 255 or 45.02% from 482); Green value is 181 (71.09% from 255 or 37.55% from 482); Blue value is 84 (33.20% from 255 or 17.43% from 482); Max value from RGB is 217 - color contains mainly: red. Hex color #D9B554 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D9B554 is #264AAB. Grayscale: #B5B5B5. Windows color (decimal): -2509484 or 5551577. OLE color: 5551577.
HSL color Cylindrical-coordinate representation of color #D9B554: hue angle of 43.76º 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 #D9B554 is Cyan = 0, Magento = 0.17, Yellow = 0.61 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 181 | 84 | - |
| CMYK | 0 | 0.17 | 0.61 | 0.15 |
| HSL | 43.76º | 0.64% | 0.59% | - |
| HSV(B) | 43.76º | 0.61% | 0.85% | - |
| XYZ | 46.74 | 48.44 | 15.27 | - |
| YUV | 180.71 | 73.43 | 153.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 181 | 84 | 0 | 0.17 | 0.61 | 0.15 | 43.76 | 0.64 | 0.59 |
| Hex | D9 | B5 | 54 | 0 | 11 | 3D | F | 2C | 40 | 3B |
| Octal | 331 | 265 | 124 | 0 | 21 | 75 | 17 | 54 | 100 | 73 |
| Binary | 11011001 | 10110101 | 1010100 | 0 | 10001 | 111101 | 1111 | 101100 | 1000000 | 111011 |
Color Harmonies of #D9B554
Complementary color
Monochromatic Colors of #D9B554
Black with #D9B554
Text Example
Text Example
White with #D9B554
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9B554; }
p { color: rgb(217,181,84); }
H1.HeaderClassName
{
color: #D9B554;
}
.AnyTagClassName
{
color: #D9B554;
}
</style>
background-color css
<style>
a { background-color: #D9B554; }
a { background-color: rgb(217,181,84); }
div.DivClassName
{
background-color: #D9B554;
}
.BgClassName
{
background-color: #D9B554;
}
</style>
border-color css
<style>
span { border-color: #D9B554; }
span { border-color: rgb(217,181,84); }
td.TdClassName
{
border-color: #D9B554;
}
.TagClassName
{
border-color: #D9B554;
}
</style>