Shades of Rob Roy #D3AF52
Tints of Rob Roy #D3AF52
RGB
CMYK
RGB Variations
Color information
#D3AF52 (or 0xD3AF52) is known color: Rob Roy. HEX triplet: D3, AF and 52. RGB value is (211,175,82). Sum of RGB (Red+Green+Blue) = 211+175+82=468 (61% of max value = 765). Red value is 211 (82.81% from 255 or 45.09% from 468); Green value is 175 (68.75% from 255 or 37.39% from 468); Blue value is 82 (32.42% from 255 or 17.52% from 468); Max value from RGB is 211 - color contains mainly: red. Hex color #D3AF52 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D3AF52 is #2C50AD. Grayscale: #AFAFAF. Windows color (decimal): -2904238 or 5418963. OLE color: 5418963.
HSL color Cylindrical-coordinate representation of color #D3AF52: hue angle of 43.26º 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 #D3AF52 is Cyan = 0, Magento = 0.17, Yellow = 0.61 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 175 | 82 | - |
| CMYK | 0 | 0.17 | 0.61 | 0.17 |
| HSL | 43.26º | 0.59% | 0.57% | - |
| HSV(B) | 43.26º | 0.61% | 0.83% | - |
| XYZ | 43.72 | 45.12 | 14.39 | - |
| YUV | 175.16 | 75.43 | 153.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 175 | 82 | 0 | 0.17 | 0.61 | 0.17 | 43.26 | 0.59 | 0.57 |
| Hex | D3 | AF | 52 | 0 | 11 | 3D | 11 | 2B | 3B | 39 |
| Octal | 323 | 257 | 122 | 0 | 21 | 75 | 21 | 53 | 73 | 71 |
| Binary | 11010011 | 10101111 | 1010010 | 0 | 10001 | 111101 | 10001 | 101011 | 111011 | 111001 |
Color Harmonies of #D3AF52
Complementary color
Monochromatic Colors of #D3AF52
Black with #D3AF52
Text Example
Text Example
White with #D3AF52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3AF52; }
p { color: rgb(211,175,82); }
H1.HeaderClassName
{
color: #D3AF52;
}
.AnyTagClassName
{
color: #D3AF52;
}
</style>
background-color css
<style>
a { background-color: #D3AF52; }
a { background-color: rgb(211,175,82); }
div.DivClassName
{
background-color: #D3AF52;
}
.BgClassName
{
background-color: #D3AF52;
}
</style>
border-color css
<style>
span { border-color: #D3AF52; }
span { border-color: rgb(211,175,82); }
td.TdClassName
{
border-color: #D3AF52;
}
.TagClassName
{
border-color: #D3AF52;
}
</style>