Shades of Rob Roy #D4AB52
Tints of Rob Roy #D4AB52
RGB
CMYK
RGB Variations
Color information
#D4AB52 (or 0xD4AB52) is known color: Rob Roy. HEX triplet: D4, AB and 52. RGB value is (212,171,82). Sum of RGB (Red+Green+Blue) = 212+171+82=465 (61% of max value = 765). Red value is 212 (83.20% from 255 or 45.59% from 465); Green value is 171 (67.19% from 255 or 36.77% from 465); Blue value is 82 (32.42% from 255 or 17.63% from 465); Max value from RGB is 212 - color contains mainly: red. Hex color #D4AB52 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D4AB52 is #2B54AD. Grayscale: #ADADAD. Windows color (decimal): -2839726 or 5417940. OLE color: 5417940.
HSL color Cylindrical-coordinate representation of color #D4AB52: hue angle of 41.08º degrees, saturation: 0.6, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D4AB52 is Cyan = 0, Magento = 0.19, Yellow = 0.61 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 171 | 82 | - |
| CMYK | 0 | 0.19 | 0.61 | 0.17 |
| HSL | 41.08º | 0.6% | 0.58% | - |
| HSV(B) | 41.08º | 0.61% | 0.83% | - |
| XYZ | 43.24 | 43.73 | 14.14 | - |
| YUV | 173.11 | 76.58 | 155.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 171 | 82 | 0 | 0.19 | 0.61 | 0.17 | 41.08 | 0.6 | 0.58 |
| Hex | D4 | AB | 52 | 0 | 13 | 3D | 11 | 29 | 3C | 3A |
| Octal | 324 | 253 | 122 | 0 | 23 | 75 | 21 | 51 | 74 | 72 |
| Binary | 11010100 | 10101011 | 1010010 | 0 | 10011 | 111101 | 10001 | 101001 | 111100 | 111010 |
Color Harmonies of #D4AB52
Complementary color
Monochromatic Colors of #D4AB52
Black with #D4AB52
Text Example
Text Example
White with #D4AB52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4AB52; }
p { color: rgb(212,171,82); }
H1.HeaderClassName
{
color: #D4AB52;
}
.AnyTagClassName
{
color: #D4AB52;
}
</style>
background-color css
<style>
a { background-color: #D4AB52; }
a { background-color: rgb(212,171,82); }
div.DivClassName
{
background-color: #D4AB52;
}
.BgClassName
{
background-color: #D4AB52;
}
</style>
border-color css
<style>
span { border-color: #D4AB52; }
span { border-color: rgb(212,171,82); }
td.TdClassName
{
border-color: #D4AB52;
}
.TagClassName
{
border-color: #D4AB52;
}
</style>