Shades of Rob Roy #D9AB52
Tints of Rob Roy #D9AB52
RGB
CMYK
RGB Variations
Color information
#D9AB52 (or 0xD9AB52) is known color: Rob Roy. HEX triplet: D9, AB and 52. RGB value is (217,171,82). Sum of RGB (Red+Green+Blue) = 217+171+82=470 (62% of max value = 765). Red value is 217 (85.16% from 255 or 46.17% from 470); Green value is 171 (67.19% from 255 or 36.38% from 470); Blue value is 82 (32.42% from 255 or 17.45% from 470); Max value from RGB is 217 - color contains mainly: red. Hex color #D9AB52 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D9AB52 is #2654AD. Grayscale: #AFAFAF. Windows color (decimal): -2512046 or 5417945. OLE color: 5417945.
HSL color Cylindrical-coordinate representation of color #D9AB52: hue angle of 39.56º degrees, saturation: 0.64, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D9AB52 is Cyan = 0, Magento = 0.21, Yellow = 0.62 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 171 | 82 | - |
| CMYK | 0 | 0.21 | 0.62 | 0.15 |
| HSL | 39.56º | 0.64% | 0.59% | - |
| HSV(B) | 39.56º | 0.62% | 0.85% | - |
| XYZ | 44.7 | 44.49 | 14.21 | - |
| YUV | 174.61 | 75.74 | 158.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 171 | 82 | 0 | 0.21 | 0.62 | 0.15 | 39.56 | 0.64 | 0.59 |
| Hex | D9 | AB | 52 | 0 | 15 | 3E | F | 28 | 40 | 3B |
| Octal | 331 | 253 | 122 | 0 | 25 | 76 | 17 | 50 | 100 | 73 |
| Binary | 11011001 | 10101011 | 1010010 | 0 | 10101 | 111110 | 1111 | 101000 | 1000000 | 111011 |
Color Harmonies of #D9AB52
Complementary color
Monochromatic Colors of #D9AB52
Black with #D9AB52
Text Example
Text Example
White with #D9AB52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9AB52; }
p { color: rgb(217,171,82); }
H1.HeaderClassName
{
color: #D9AB52;
}
.AnyTagClassName
{
color: #D9AB52;
}
</style>
background-color css
<style>
a { background-color: #D9AB52; }
a { background-color: rgb(217,171,82); }
div.DivClassName
{
background-color: #D9AB52;
}
.BgClassName
{
background-color: #D9AB52;
}
</style>
border-color css
<style>
span { border-color: #D9AB52; }
span { border-color: rgb(217,171,82); }
td.TdClassName
{
border-color: #D9AB52;
}
.TagClassName
{
border-color: #D9AB52;
}
</style>