Shades of Rob Roy #D9AF58
Tints of Rob Roy #D9AF58
RGB
CMYK
RGB Variations
Color information
#D9AF58 (or 0xD9AF58) is known color: Rob Roy. HEX triplet: D9, AF and 58. RGB value is (217,175,88). Sum of RGB (Red+Green+Blue) = 217+175+88=480 (63% of max value = 765). Red value is 217 (85.16% from 255 or 45.21% from 480); Green value is 175 (68.75% from 255 or 36.46% from 480); Blue value is 88 (34.77% from 255 or 18.33% from 480); Max value from RGB is 217 - color contains mainly: red. Hex color #D9AF58 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D9AF58 is #2650A7. Grayscale: #B2B2B2. Windows color (decimal): -2511016 or 5812185. OLE color: 5812185.
HSL color Cylindrical-coordinate representation of color #D9AF58: hue angle of 40.47º degrees, saturation: 0.63, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D9AF58 is Cyan = 0, Magento = 0.19, Yellow = 0.59 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 175 | 88 | - |
| CMYK | 0 | 0.19 | 0.59 | 0.15 |
| HSL | 40.47º | 0.63% | 0.6% | - |
| HSV(B) | 40.47º | 0.59% | 0.85% | - |
| XYZ | 45.71 | 46.12 | 15.72 | - |
| YUV | 177.64 | 77.41 | 156.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 175 | 88 | 0 | 0.19 | 0.59 | 0.15 | 40.47 | 0.63 | 0.6 |
| Hex | D9 | AF | 58 | 0 | 13 | 3B | F | 28 | 3F | 3C |
| Octal | 331 | 257 | 130 | 0 | 23 | 73 | 17 | 50 | 77 | 74 |
| Binary | 11011001 | 10101111 | 1011000 | 0 | 10011 | 111011 | 1111 | 101000 | 111111 | 111100 |
Color Harmonies of #D9AF58
Complementary color
Monochromatic Colors of #D9AF58
Black with #D9AF58
Text Example
Text Example
White with #D9AF58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9AF58; }
p { color: rgb(217,175,88); }
H1.HeaderClassName
{
color: #D9AF58;
}
.AnyTagClassName
{
color: #D9AF58;
}
</style>
background-color css
<style>
a { background-color: #D9AF58; }
a { background-color: rgb(217,175,88); }
div.DivClassName
{
background-color: #D9AF58;
}
.BgClassName
{
background-color: #D9AF58;
}
</style>
border-color css
<style>
span { border-color: #D9AF58; }
span { border-color: rgb(217,175,88); }
td.TdClassName
{
border-color: #D9AF58;
}
.TagClassName
{
border-color: #D9AF58;
}
</style>