Shades of Rob Roy #D7AF4E
Tints of Rob Roy #D7AF4E
RGB
CMYK
RGB Variations
Color information
#D7AF4E (or 0xD7AF4E) is known color: Rob Roy. HEX triplet: D7, AF and 4E. RGB value is (215,175,78). Sum of RGB (Red+Green+Blue) = 215+175+78=468 (61% of max value = 765). Red value is 215 (84.38% from 255 or 45.94% from 468); Green value is 175 (68.75% from 255 or 37.39% from 468); Blue value is 78 (30.86% from 255 or 16.67% from 468); Max value from RGB is 215 - color contains mainly: red. Hex color #D7AF4E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D7AF4E is #2850B1. Grayscale: #B0B0B0. Windows color (decimal): -2642098 or 5156823. OLE color: 5156823.
HSL color Cylindrical-coordinate representation of color #D7AF4E: hue angle of 42.48º degrees, saturation: 0.63, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D7AF4E is Cyan = 0, Magento = 0.19, Yellow = 0.64 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 175 | 78 | - |
| CMYK | 0 | 0.19 | 0.64 | 0.16 |
| HSL | 42.48º | 0.63% | 0.57% | - |
| HSV(B) | 42.48º | 0.64% | 0.84% | - |
| XYZ | 44.73 | 45.66 | 13.66 | - |
| YUV | 175.9 | 72.75 | 155.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 175 | 78 | 0 | 0.19 | 0.64 | 0.16 | 42.48 | 0.63 | 0.57 |
| Hex | D7 | AF | 4E | 0 | 13 | 40 | 10 | 2A | 3F | 39 |
| Octal | 327 | 257 | 116 | 0 | 23 | 100 | 20 | 52 | 77 | 71 |
| Binary | 11010111 | 10101111 | 1001110 | 0 | 10011 | 1000000 | 10000 | 101010 | 111111 | 111001 |
Color Harmonies of #D7AF4E
Complementary color
Monochromatic Colors of #D7AF4E
Black with #D7AF4E
Text Example
Text Example
White with #D7AF4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7AF4E; }
p { color: rgb(215,175,78); }
H1.HeaderClassName
{
color: #D7AF4E;
}
.AnyTagClassName
{
color: #D7AF4E;
}
</style>
background-color css
<style>
a { background-color: #D7AF4E; }
a { background-color: rgb(215,175,78); }
div.DivClassName
{
background-color: #D7AF4E;
}
.BgClassName
{
background-color: #D7AF4E;
}
</style>
border-color css
<style>
span { border-color: #D7AF4E; }
span { border-color: rgb(215,175,78); }
td.TdClassName
{
border-color: #D7AF4E;
}
.TagClassName
{
border-color: #D7AF4E;
}
</style>