Shades of Rob Roy #D3AE52
Tints of Rob Roy #D3AE52
RGB
CMYK
RGB Variations
Color information
#D3AE52 (or 0xD3AE52) is known color: Rob Roy. HEX triplet: D3, AE and 52. RGB value is (211,174,82). Sum of RGB (Red+Green+Blue) = 211+174+82=467 (61% of max value = 765). Red value is 211 (82.81% from 255 or 45.18% from 467); Green value is 174 (68.36% from 255 or 37.26% from 467); Blue value is 82 (32.42% from 255 or 17.56% from 467); Max value from RGB is 211 - color contains mainly: red. Hex color #D3AE52 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D3AE52 is #2C51AD. Grayscale: #AEAEAE. Windows color (decimal): -2904494 or 5418707. OLE color: 5418707.
HSL color Cylindrical-coordinate representation of color #D3AE52: hue angle of 42.79º degrees, saturation: 0.59, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D3AE52 is Cyan = 0, Magento = 0.18, Yellow = 0.61 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 174 | 82 | - |
| CMYK | 0 | 0.18 | 0.61 | 0.17 |
| HSL | 42.79º | 0.59% | 0.57% | - |
| HSV(B) | 42.79º | 0.61% | 0.83% | - |
| XYZ | 43.52 | 44.73 | 14.32 | - |
| YUV | 174.58 | 75.76 | 153.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 174 | 82 | 0 | 0.18 | 0.61 | 0.17 | 42.79 | 0.59 | 0.57 |
| Hex | D3 | AE | 52 | 0 | 12 | 3D | 11 | 2B | 3B | 39 |
| Octal | 323 | 256 | 122 | 0 | 22 | 75 | 21 | 53 | 73 | 71 |
| Binary | 11010011 | 10101110 | 1010010 | 0 | 10010 | 111101 | 10001 | 101011 | 111011 | 111001 |
Color Harmonies of #D3AE52
Complementary color
Monochromatic Colors of #D3AE52
Black with #D3AE52
Text Example
Text Example
White with #D3AE52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3AE52; }
p { color: rgb(211,174,82); }
H1.HeaderClassName
{
color: #D3AE52;
}
.AnyTagClassName
{
color: #D3AE52;
}
</style>
background-color css
<style>
a { background-color: #D3AE52; }
a { background-color: rgb(211,174,82); }
div.DivClassName
{
background-color: #D3AE52;
}
.BgClassName
{
background-color: #D3AE52;
}
</style>
border-color css
<style>
span { border-color: #D3AE52; }
span { border-color: rgb(211,174,82); }
td.TdClassName
{
border-color: #D3AE52;
}
.TagClassName
{
border-color: #D3AE52;
}
</style>