Shades of Rob Roy #D6AC4F
Tints of Rob Roy #D6AC4F
RGB
CMYK
RGB Variations
Color information
#D6AC4F (or 0xD6AC4F) is known color: Rob Roy. HEX triplet: D6, AC and 4F. RGB value is (214,172,79). Sum of RGB (Red+Green+Blue) = 214+172+79=465 (61% of max value = 765). Red value is 214 (83.98% from 255 or 46.02% from 465); Green value is 172 (67.58% from 255 or 36.99% from 465); Blue value is 79 (31.25% from 255 or 16.99% from 465); Max value from RGB is 214 - color contains mainly: red. Hex color #D6AC4F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D6AC4F is #2953B0. Grayscale: #AEAEAE. Windows color (decimal): -2708401 or 5221590. OLE color: 5221590.
HSL color Cylindrical-coordinate representation of color #D6AC4F: hue angle of 41.33º degrees, saturation: 0.62, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D6AC4F is Cyan = 0, Magento = 0.20, Yellow = 0.63 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 172 | 79 | - |
| CMYK | 0 | 0.20 | 0.63 | 0.16 |
| HSL | 41.33º | 0.62% | 0.57% | - |
| HSV(B) | 41.33º | 0.63% | 0.84% | - |
| XYZ | 43.9 | 44.37 | 13.65 | - |
| YUV | 173.96 | 74.41 | 156.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 172 | 79 | 0 | 0.20 | 0.63 | 0.16 | 41.33 | 0.62 | 0.57 |
| Hex | D6 | AC | 4F | 0 | 14 | 3F | 10 | 29 | 3E | 39 |
| Octal | 326 | 254 | 117 | 0 | 24 | 77 | 20 | 51 | 76 | 71 |
| Binary | 11010110 | 10101100 | 1001111 | 0 | 10100 | 111111 | 10000 | 101001 | 111110 | 111001 |
Color Harmonies of #D6AC4F
Complementary color
Monochromatic Colors of #D6AC4F
Black with #D6AC4F
Text Example
Text Example
White with #D6AC4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6AC4F; }
p { color: rgb(214,172,79); }
H1.HeaderClassName
{
color: #D6AC4F;
}
.AnyTagClassName
{
color: #D6AC4F;
}
</style>
background-color css
<style>
a { background-color: #D6AC4F; }
a { background-color: rgb(214,172,79); }
div.DivClassName
{
background-color: #D6AC4F;
}
.BgClassName
{
background-color: #D6AC4F;
}
</style>
border-color css
<style>
span { border-color: #D6AC4F; }
span { border-color: rgb(214,172,79); }
td.TdClassName
{
border-color: #D6AC4F;
}
.TagClassName
{
border-color: #D6AC4F;
}
</style>