Shades of Rob Roy #D5AB4A
Tints of Rob Roy #D5AB4A
RGB
CMYK
RGB Variations
Color information
#D5AB4A (or 0xD5AB4A) is known color: Rob Roy. HEX triplet: D5, AB and 4A. RGB value is (213,171,74). Sum of RGB (Red+Green+Blue) = 213+171+74=458 (60% of max value = 765). Red value is 213 (83.59% from 255 or 46.51% from 458); Green value is 171 (67.19% from 255 or 37.34% from 458); Blue value is 74 (29.30% from 255 or 16.16% from 458); Max value from RGB is 213 - color contains mainly: red. Hex color #D5AB4A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D5AB4A is #2A54B5. Grayscale: #ACACAC. Windows color (decimal): -2774198 or 4893653. OLE color: 4893653.
HSL color Cylindrical-coordinate representation of color #D5AB4A: hue angle of 41.87º degrees, saturation: 0.62, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D5AB4A is Cyan = 0, Magento = 0.20, Yellow = 0.65 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 171 | 74 | - |
| CMYK | 0 | 0.20 | 0.65 | 0.16 |
| HSL | 41.87º | 0.62% | 0.56% | - |
| HSV(B) | 41.87º | 0.65% | 0.84% | - |
| XYZ | 43.24 | 43.77 | 12.65 | - |
| YUV | 172.5 | 72.41 | 156.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 171 | 74 | 0 | 0.20 | 0.65 | 0.16 | 41.87 | 0.62 | 0.56 |
| Hex | D5 | AB | 4A | 0 | 14 | 41 | 10 | 2A | 3E | 38 |
| Octal | 325 | 253 | 112 | 0 | 24 | 101 | 20 | 52 | 76 | 70 |
| Binary | 11010101 | 10101011 | 1001010 | 0 | 10100 | 1000001 | 10000 | 101010 | 111110 | 111000 |
Color Harmonies of #D5AB4A
Complementary color
Monochromatic Colors of #D5AB4A
Black with #D5AB4A
Text Example
Text Example
White with #D5AB4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5AB4A; }
p { color: rgb(213,171,74); }
H1.HeaderClassName
{
color: #D5AB4A;
}
.AnyTagClassName
{
color: #D5AB4A;
}
</style>
background-color css
<style>
a { background-color: #D5AB4A; }
a { background-color: rgb(213,171,74); }
div.DivClassName
{
background-color: #D5AB4A;
}
.BgClassName
{
background-color: #D5AB4A;
}
</style>
border-color css
<style>
span { border-color: #D5AB4A; }
span { border-color: rgb(213,171,74); }
td.TdClassName
{
border-color: #D5AB4A;
}
.TagClassName
{
border-color: #D5AB4A;
}
</style>