Shades of Rob Roy #D8AD49
Tints of Rob Roy #D8AD49
RGB
CMYK
RGB Variations
Color information
#D8AD49 (or 0xD8AD49) is known color: Rob Roy. HEX triplet: D8, AD and 49. RGB value is (216,173,73). Sum of RGB (Red+Green+Blue) = 216+173+73=462 (61% of max value = 765). Red value is 216 (84.77% from 255 or 46.75% from 462); Green value is 173 (67.97% from 255 or 37.45% from 462); Blue value is 73 (28.91% from 255 or 15.80% from 462); Max value from RGB is 216 - color contains mainly: red. Hex color #D8AD49 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D8AD49 is #2752B6. Grayscale: #AEAEAE. Windows color (decimal): -2577079 or 4828632. OLE color: 4828632.
HSL color Cylindrical-coordinate representation of color #D8AD49: hue angle of 41.96º 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 #D8AD49 is Cyan = 0, Magento = 0.20, Yellow = 0.66 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 173 | 73 | - |
| CMYK | 0 | 0.20 | 0.66 | 0.15 |
| HSL | 41.96º | 0.65% | 0.57% | - |
| HSV(B) | 41.96º | 0.66% | 0.85% | - |
| XYZ | 44.47 | 44.97 | 12.64 | - |
| YUV | 174.46 | 70.75 | 157.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 173 | 73 | 0 | 0.20 | 0.66 | 0.15 | 41.96 | 0.65 | 0.57 |
| Hex | D8 | AD | 49 | 0 | 14 | 42 | F | 2A | 41 | 39 |
| Octal | 330 | 255 | 111 | 0 | 24 | 102 | 17 | 52 | 101 | 71 |
| Binary | 11011000 | 10101101 | 1001001 | 0 | 10100 | 1000010 | 1111 | 101010 | 1000001 | 111001 |
Color Harmonies of #D8AD49
Complementary color
Monochromatic Colors of #D8AD49
Black with #D8AD49
Text Example
Text Example
White with #D8AD49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8AD49; }
p { color: rgb(216,173,73); }
H1.HeaderClassName
{
color: #D8AD49;
}
.AnyTagClassName
{
color: #D8AD49;
}
</style>
background-color css
<style>
a { background-color: #D8AD49; }
a { background-color: rgb(216,173,73); }
div.DivClassName
{
background-color: #D8AD49;
}
.BgClassName
{
background-color: #D8AD49;
}
</style>
border-color css
<style>
span { border-color: #D8AD49; }
span { border-color: rgb(216,173,73); }
td.TdClassName
{
border-color: #D8AD49;
}
.TagClassName
{
border-color: #D8AD49;
}
</style>