Shades of Rob Roy #D4A950
Tints of Rob Roy #D4A950
RGB
CMYK
RGB Variations
Color information
#D4A950 (or 0xD4A950) is known color: Rob Roy. HEX triplet: D4, A9 and 50. RGB value is (212,169,80). Sum of RGB (Red+Green+Blue) = 212+169+80=461 (61% of max value = 765). Red value is 212 (83.20% from 255 or 45.99% from 461); Green value is 169 (66.41% from 255 or 36.66% from 461); Blue value is 80 (31.64% from 255 or 17.35% from 461); Max value from RGB is 212 - color contains mainly: red. Hex color #D4A950 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D4A950 is #2B56AF. Grayscale: #ACACAC. Windows color (decimal): -2840240 or 5286356. OLE color: 5286356.
HSL color Cylindrical-coordinate representation of color #D4A950: hue angle of 40.45º degrees, saturation: 0.61, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D4A950 is Cyan = 0, Magento = 0.20, Yellow = 0.62 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 169 | 80 | - |
| CMYK | 0 | 0.20 | 0.62 | 0.17 |
| HSL | 40.45º | 0.61% | 0.57% | - |
| HSV(B) | 40.45º | 0.62% | 0.83% | - |
| XYZ | 42.79 | 42.95 | 13.62 | - |
| YUV | 171.71 | 76.25 | 156.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 169 | 80 | 0 | 0.20 | 0.62 | 0.17 | 40.45 | 0.61 | 0.57 |
| Hex | D4 | A9 | 50 | 0 | 14 | 3E | 11 | 28 | 3D | 39 |
| Octal | 324 | 251 | 120 | 0 | 24 | 76 | 21 | 50 | 75 | 71 |
| Binary | 11010100 | 10101001 | 1010000 | 0 | 10100 | 111110 | 10001 | 101000 | 111101 | 111001 |
Color Harmonies of #D4A950
Complementary color
Monochromatic Colors of #D4A950
Black with #D4A950
Text Example
Text Example
White with #D4A950
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4A950; }
p { color: rgb(212,169,80); }
H1.HeaderClassName
{
color: #D4A950;
}
.AnyTagClassName
{
color: #D4A950;
}
</style>
background-color css
<style>
a { background-color: #D4A950; }
a { background-color: rgb(212,169,80); }
div.DivClassName
{
background-color: #D4A950;
}
.BgClassName
{
background-color: #D4A950;
}
</style>
border-color css
<style>
span { border-color: #D4A950; }
span { border-color: rgb(212,169,80); }
td.TdClassName
{
border-color: #D4A950;
}
.TagClassName
{
border-color: #D4A950;
}
</style>