Shades of Rob Roy #D9AE4A
Tints of Rob Roy #D9AE4A
RGB
CMYK
RGB Variations
Color information
#D9AE4A (or 0xD9AE4A) is known color: Rob Roy. HEX triplet: D9, AE and 4A. RGB value is (217,174,74). Sum of RGB (Red+Green+Blue) = 217+174+74=465 (61% of max value = 765). Red value is 217 (85.16% from 255 or 46.67% from 465); Green value is 174 (68.36% from 255 or 37.42% from 465); Blue value is 74 (29.30% from 255 or 15.91% from 465); Max value from RGB is 217 - color contains mainly: red. Hex color #D9AE4A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D9AE4A is #2651B5. Grayscale: #AFAFAF. Windows color (decimal): -2511286 or 4894425. OLE color: 4894425.
HSL color Cylindrical-coordinate representation of color #D9AE4A: 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 #D9AE4A is Cyan = 0, Magento = 0.20, Yellow = 0.66 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 174 | 74 | - |
| 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.99 | 45.52 | 12.89 | - |
| YUV | 175.46 | 70.75 | 157.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 174 | 74 | 0 | 0.20 | 0.66 | 0.15 | 41.96 | 0.65 | 0.57 |
| Hex | D9 | AE | 4A | 0 | 14 | 42 | F | 2A | 41 | 39 |
| Octal | 331 | 256 | 112 | 0 | 24 | 102 | 17 | 52 | 101 | 71 |
| Binary | 11011001 | 10101110 | 1001010 | 0 | 10100 | 1000010 | 1111 | 101010 | 1000001 | 111001 |
Color Harmonies of #D9AE4A
Complementary color
Monochromatic Colors of #D9AE4A
Black with #D9AE4A
Text Example
Text Example
White with #D9AE4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9AE4A; }
p { color: rgb(217,174,74); }
H1.HeaderClassName
{
color: #D9AE4A;
}
.AnyTagClassName
{
color: #D9AE4A;
}
</style>
background-color css
<style>
a { background-color: #D9AE4A; }
a { background-color: rgb(217,174,74); }
div.DivClassName
{
background-color: #D9AE4A;
}
.BgClassName
{
background-color: #D9AE4A;
}
</style>
border-color css
<style>
span { border-color: #D9AE4A; }
span { border-color: rgb(217,174,74); }
td.TdClassName
{
border-color: #D9AE4A;
}
.TagClassName
{
border-color: #D9AE4A;
}
</style>