Shades of Rob Roy #D9B356
Tints of Rob Roy #D9B356
RGB
CMYK
RGB Variations
Color information
#D9B356 (or 0xD9B356) is known color: Rob Roy. HEX triplet: D9, B3 and 56. RGB value is (217,179,86). Sum of RGB (Red+Green+Blue) = 217+179+86=482 (63% of max value = 765). Red value is 217 (85.16% from 255 or 45.02% from 482); Green value is 179 (70.31% from 255 or 37.14% from 482); Blue value is 86 (33.98% from 255 or 17.84% from 482); Max value from RGB is 217 - color contains mainly: red. Hex color #D9B356 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D9B356 is #264CA9. Grayscale: #B4B4B4. Windows color (decimal): -2509994 or 5682137. OLE color: 5682137.
HSL color Cylindrical-coordinate representation of color #D9B356: hue angle of 42.6º degrees, saturation: 0.63, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D9B356 is Cyan = 0, Magento = 0.18, Yellow = 0.60 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 179 | 86 | - |
| CMYK | 0 | 0.18 | 0.60 | 0.15 |
| HSL | 42.6º | 0.63% | 0.59% | - |
| HSV(B) | 42.6º | 0.6% | 0.85% | - |
| XYZ | 46.42 | 47.66 | 15.56 | - |
| YUV | 179.76 | 75.09 | 154.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 179 | 86 | 0 | 0.18 | 0.60 | 0.15 | 42.6 | 0.63 | 0.59 |
| Hex | D9 | B3 | 56 | 0 | 12 | 3C | F | 2B | 3F | 3B |
| Octal | 331 | 263 | 126 | 0 | 22 | 74 | 17 | 53 | 77 | 73 |
| Binary | 11011001 | 10110011 | 1010110 | 0 | 10010 | 111100 | 1111 | 101011 | 111111 | 111011 |
Color Harmonies of #D9B356
Complementary color
Monochromatic Colors of #D9B356
Black with #D9B356
Text Example
Text Example
White with #D9B356
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9B356; }
p { color: rgb(217,179,86); }
H1.HeaderClassName
{
color: #D9B356;
}
.AnyTagClassName
{
color: #D9B356;
}
</style>
background-color css
<style>
a { background-color: #D9B356; }
a { background-color: rgb(217,179,86); }
div.DivClassName
{
background-color: #D9B356;
}
.BgClassName
{
background-color: #D9B356;
}
</style>
border-color css
<style>
span { border-color: #D9B356; }
span { border-color: rgb(217,179,86); }
td.TdClassName
{
border-color: #D9B356;
}
.TagClassName
{
border-color: #D9B356;
}
</style>