Shades of Rob Roy #D4AE53
Tints of Rob Roy #D4AE53
RGB
CMYK
RGB Variations
Color information
#D4AE53 (or 0xD4AE53) is known color: Rob Roy. HEX triplet: D4, AE and 53. RGB value is (212,174,83). Sum of RGB (Red+Green+Blue) = 212+174+83=469 (62% of max value = 765). Red value is 212 (83.20% from 255 or 45.20% from 469); Green value is 174 (68.36% from 255 or 37.10% from 469); Blue value is 83 (32.81% from 255 or 17.70% from 469); Max value from RGB is 212 - color contains mainly: red. Hex color #D4AE53 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D4AE53 is #2B51AC. Grayscale: #AFAFAF. Windows color (decimal): -2838957 or 5484244. OLE color: 5484244.
HSL color Cylindrical-coordinate representation of color #D4AE53: hue angle of 42.33º 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 #D4AE53 is Cyan = 0, Magento = 0.18, Yellow = 0.61 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 174 | 83 | - |
| CMYK | 0 | 0.18 | 0.61 | 0.17 |
| HSL | 42.33º | 0.6% | 0.58% | - |
| HSV(B) | 42.33º | 0.61% | 0.83% | - |
| XYZ | 43.85 | 44.89 | 14.54 | - |
| YUV | 174.99 | 76.09 | 154.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 174 | 83 | 0 | 0.18 | 0.61 | 0.17 | 42.33 | 0.6 | 0.58 |
| Hex | D4 | AE | 53 | 0 | 12 | 3D | 11 | 2A | 3C | 3A |
| Octal | 324 | 256 | 123 | 0 | 22 | 75 | 21 | 52 | 74 | 72 |
| Binary | 11010100 | 10101110 | 1010011 | 0 | 10010 | 111101 | 10001 | 101010 | 111100 | 111010 |
Color Harmonies of #D4AE53
Complementary color
Monochromatic Colors of #D4AE53
Black with #D4AE53
Text Example
Text Example
White with #D4AE53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4AE53; }
p { color: rgb(212,174,83); }
H1.HeaderClassName
{
color: #D4AE53;
}
.AnyTagClassName
{
color: #D4AE53;
}
</style>
background-color css
<style>
a { background-color: #D4AE53; }
a { background-color: rgb(212,174,83); }
div.DivClassName
{
background-color: #D4AE53;
}
.BgClassName
{
background-color: #D4AE53;
}
</style>
border-color css
<style>
span { border-color: #D4AE53; }
span { border-color: rgb(212,174,83); }
td.TdClassName
{
border-color: #D4AE53;
}
.TagClassName
{
border-color: #D4AE53;
}
</style>