Shades of Rob Roy #D7AF4F
Tints of Rob Roy #D7AF4F
RGB
CMYK
RGB Variations
Color information
#D7AF4F (or 0xD7AF4F) is known color: Rob Roy. HEX triplet: D7, AF and 4F. RGB value is (215,175,79). Sum of RGB (Red+Green+Blue) = 215+175+79=469 (62% of max value = 765). Red value is 215 (84.38% from 255 or 45.84% from 469); Green value is 175 (68.75% from 255 or 37.31% from 469); Blue value is 79 (31.25% from 255 or 16.84% from 469); Max value from RGB is 215 - color contains mainly: red. Hex color #D7AF4F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D7AF4F is #2850B0. Grayscale: #B0B0B0. Windows color (decimal): -2642097 or 5222359. OLE color: 5222359.
HSL color Cylindrical-coordinate representation of color #D7AF4F: hue angle of 42.35º degrees, saturation: 0.63, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D7AF4F is Cyan = 0, Magento = 0.19, Yellow = 0.63 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 175 | 79 | - |
| CMYK | 0 | 0.19 | 0.63 | 0.16 |
| HSL | 42.35º | 0.63% | 0.58% | - |
| HSV(B) | 42.35º | 0.63% | 0.84% | - |
| XYZ | 44.77 | 45.67 | 13.85 | - |
| YUV | 176.02 | 73.25 | 155.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 175 | 79 | 0 | 0.19 | 0.63 | 0.16 | 42.35 | 0.63 | 0.58 |
| Hex | D7 | AF | 4F | 0 | 13 | 3F | 10 | 2A | 3F | 3A |
| Octal | 327 | 257 | 117 | 0 | 23 | 77 | 20 | 52 | 77 | 72 |
| Binary | 11010111 | 10101111 | 1001111 | 0 | 10011 | 111111 | 10000 | 101010 | 111111 | 111010 |
Color Harmonies of #D7AF4F
Complementary color
Monochromatic Colors of #D7AF4F
Black with #D7AF4F
Text Example
Text Example
White with #D7AF4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7AF4F; }
p { color: rgb(215,175,79); }
H1.HeaderClassName
{
color: #D7AF4F;
}
.AnyTagClassName
{
color: #D7AF4F;
}
</style>
background-color css
<style>
a { background-color: #D7AF4F; }
a { background-color: rgb(215,175,79); }
div.DivClassName
{
background-color: #D7AF4F;
}
.BgClassName
{
background-color: #D7AF4F;
}
</style>
border-color css
<style>
span { border-color: #D7AF4F; }
span { border-color: rgb(215,175,79); }
td.TdClassName
{
border-color: #D7AF4F;
}
.TagClassName
{
border-color: #D7AF4F;
}
</style>