Shades of Rob Roy #D9B54A
Tints of Rob Roy #D9B54A
RGB
CMYK
RGB Variations
Color information
#D9B54A (or 0xD9B54A) is known color: Rob Roy. HEX triplet: D9, B5 and 4A. RGB value is (217,181,74). Sum of RGB (Red+Green+Blue) = 217+181+74=472 (62% of max value = 765). Red value is 217 (85.16% from 255 or 45.97% from 472); Green value is 181 (71.09% from 255 or 38.35% from 472); Blue value is 74 (29.30% from 255 or 15.68% from 472); Max value from RGB is 217 - color contains mainly: red. Hex color #D9B54A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D9B54A is #264AB5. Grayscale: #B4B4B4. Windows color (decimal): -2509494 or 4896217. OLE color: 4896217.
HSL color Cylindrical-coordinate representation of color #D9B54A: hue angle of 44.9º degrees, saturation: 0.65, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D9B54A is Cyan = 0, Magento = 0.17, Yellow = 0.66 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 181 | 74 | - |
| CMYK | 0 | 0.17 | 0.66 | 0.15 |
| HSL | 44.9º | 0.65% | 0.57% | - |
| HSV(B) | 44.9º | 0.66% | 0.85% | - |
| XYZ | 46.38 | 48.29 | 13.36 | - |
| YUV | 179.57 | 68.43 | 154.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 181 | 74 | 0 | 0.17 | 0.66 | 0.15 | 44.9 | 0.65 | 0.57 |
| Hex | D9 | B5 | 4A | 0 | 11 | 42 | F | 2D | 41 | 39 |
| Octal | 331 | 265 | 112 | 0 | 21 | 102 | 17 | 55 | 101 | 71 |
| Binary | 11011001 | 10110101 | 1001010 | 0 | 10001 | 1000010 | 1111 | 101101 | 1000001 | 111001 |
Color Harmonies of #D9B54A
Complementary color
Monochromatic Colors of #D9B54A
Black with #D9B54A
Text Example
Text Example
White with #D9B54A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9B54A; }
p { color: rgb(217,181,74); }
H1.HeaderClassName
{
color: #D9B54A;
}
.AnyTagClassName
{
color: #D9B54A;
}
</style>
background-color css
<style>
a { background-color: #D9B54A; }
a { background-color: rgb(217,181,74); }
div.DivClassName
{
background-color: #D9B54A;
}
.BgClassName
{
background-color: #D9B54A;
}
</style>
border-color css
<style>
span { border-color: #D9B54A; }
span { border-color: rgb(217,181,74); }
td.TdClassName
{
border-color: #D9B54A;
}
.TagClassName
{
border-color: #D9B54A;
}
</style>