Shades of Rob Roy #D9B455
Tints of Rob Roy #D9B455
RGB
CMYK
RGB Variations
Color information
#D9B455 (or 0xD9B455) is known color: Rob Roy. HEX triplet: D9, B4 and 55. RGB value is (217,180,85). Sum of RGB (Red+Green+Blue) = 217+180+85=482 (63% of max value = 765). Red value is 217 (85.16% from 255 or 45.02% from 482); Green value is 180 (70.70% from 255 or 37.34% from 482); Blue value is 85 (33.59% from 255 or 17.63% from 482); Max value from RGB is 217 - color contains mainly: red. Hex color #D9B455 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D9B455 is #264BAA. Grayscale: #B4B4B4. Windows color (decimal): -2509739 or 5616857. OLE color: 5616857.
HSL color Cylindrical-coordinate representation of color #D9B455: hue angle of 43.18º degrees, saturation: 0.63, 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 #D9B455 is Cyan = 0, Magento = 0.17, Yellow = 0.61 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 180 | 85 | - |
| CMYK | 0 | 0.17 | 0.61 | 0.15 |
| HSL | 43.18º | 0.63% | 0.59% | - |
| HSV(B) | 43.18º | 0.61% | 0.85% | - |
| XYZ | 46.58 | 48.05 | 15.41 | - |
| YUV | 180.23 | 74.26 | 154.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 180 | 85 | 0 | 0.17 | 0.61 | 0.15 | 43.18 | 0.63 | 0.59 |
| Hex | D9 | B4 | 55 | 0 | 11 | 3D | F | 2B | 3F | 3B |
| Octal | 331 | 264 | 125 | 0 | 21 | 75 | 17 | 53 | 77 | 73 |
| Binary | 11011001 | 10110100 | 1010101 | 0 | 10001 | 111101 | 1111 | 101011 | 111111 | 111011 |
Color Harmonies of #D9B455
Complementary color
Monochromatic Colors of #D9B455
Black with #D9B455
Text Example
Text Example
White with #D9B455
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9B455; }
p { color: rgb(217,180,85); }
H1.HeaderClassName
{
color: #D9B455;
}
.AnyTagClassName
{
color: #D9B455;
}
</style>
background-color css
<style>
a { background-color: #D9B455; }
a { background-color: rgb(217,180,85); }
div.DivClassName
{
background-color: #D9B455;
}
.BgClassName
{
background-color: #D9B455;
}
</style>
border-color css
<style>
span { border-color: #D9B455; }
span { border-color: rgb(217,180,85); }
td.TdClassName
{
border-color: #D9B455;
}
.TagClassName
{
border-color: #D9B455;
}
</style>