Shades of Rob Roy #D9B14F
Tints of Rob Roy #D9B14F
RGB
CMYK
RGB Variations
Color information
#D9B14F (or 0xD9B14F) is known color: Rob Roy. HEX triplet: D9, B1 and 4F. RGB value is (217,177,79). Sum of RGB (Red+Green+Blue) = 217+177+79=473 (62% of max value = 765). Red value is 217 (85.16% from 255 or 45.88% from 473); Green value is 177 (69.53% from 255 or 37.42% from 473); Blue value is 79 (31.25% from 255 or 16.70% from 473); Max value from RGB is 217 - color contains mainly: red. Hex color #D9B14F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D9B14F is #264EB0. Grayscale: #B2B2B2. Windows color (decimal): -2510513 or 5222873. OLE color: 5222873.
HSL color Cylindrical-coordinate representation of color #D9B14F: hue angle of 42.61º degrees, saturation: 0.64, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D9B14F is Cyan = 0, Magento = 0.18, Yellow = 0.64 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 177 | 79 | - |
| CMYK | 0 | 0.18 | 0.64 | 0.15 |
| HSL | 42.61º | 0.64% | 0.58% | - |
| HSV(B) | 42.61º | 0.64% | 0.85% | - |
| XYZ | 45.75 | 46.76 | 14.01 | - |
| YUV | 177.79 | 72.25 | 155.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 177 | 79 | 0 | 0.18 | 0.64 | 0.15 | 42.61 | 0.64 | 0.58 |
| Hex | D9 | B1 | 4F | 0 | 12 | 40 | F | 2B | 40 | 3A |
| Octal | 331 | 261 | 117 | 0 | 22 | 100 | 17 | 53 | 100 | 72 |
| Binary | 11011001 | 10110001 | 1001111 | 0 | 10010 | 1000000 | 1111 | 101011 | 1000000 | 111010 |
Color Harmonies of #D9B14F
Complementary color
Monochromatic Colors of #D9B14F
Black with #D9B14F
Text Example
Text Example
White with #D9B14F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9B14F; }
p { color: rgb(217,177,79); }
H1.HeaderClassName
{
color: #D9B14F;
}
.AnyTagClassName
{
color: #D9B14F;
}
</style>
background-color css
<style>
a { background-color: #D9B14F; }
a { background-color: rgb(217,177,79); }
div.DivClassName
{
background-color: #D9B14F;
}
.BgClassName
{
background-color: #D9B14F;
}
</style>
border-color css
<style>
span { border-color: #D9B14F; }
span { border-color: rgb(217,177,79); }
td.TdClassName
{
border-color: #D9B14F;
}
.TagClassName
{
border-color: #D9B14F;
}
</style>