Shades of Rob Roy #D6B04F
Tints of Rob Roy #D6B04F
RGB
CMYK
RGB Variations
Color information
#D6B04F (or 0xD6B04F) is known color: Rob Roy. HEX triplet: D6, B0 and 4F. RGB value is (214,176,79). Sum of RGB (Red+Green+Blue) = 214+176+79=469 (62% of max value = 765). Red value is 214 (83.98% from 255 or 45.63% from 469); Green value is 176 (69.14% from 255 or 37.53% from 469); Blue value is 79 (31.25% from 255 or 16.84% from 469); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B04F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D6B04F is #294FB0. Grayscale: #B0B0B0. Windows color (decimal): -2707377 or 5222614. OLE color: 5222614.
HSL color Cylindrical-coordinate representation of color #D6B04F: hue angle of 43.11º 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 #D6B04F is Cyan = 0, Magento = 0.18, Yellow = 0.63 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 176 | 79 | - |
| CMYK | 0 | 0.18 | 0.63 | 0.16 |
| HSL | 43.11º | 0.62% | 0.57% | - |
| HSV(B) | 43.11º | 0.63% | 0.84% | - |
| XYZ | 44.67 | 45.91 | 13.9 | - |
| YUV | 176.3 | 73.09 | 154.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 176 | 79 | 0 | 0.18 | 0.63 | 0.16 | 43.11 | 0.62 | 0.57 |
| Hex | D6 | B0 | 4F | 0 | 12 | 3F | 10 | 2B | 3E | 39 |
| Octal | 326 | 260 | 117 | 0 | 22 | 77 | 20 | 53 | 76 | 71 |
| Binary | 11010110 | 10110000 | 1001111 | 0 | 10010 | 111111 | 10000 | 101011 | 111110 | 111001 |
Color Harmonies of #D6B04F
Complementary color
Monochromatic Colors of #D6B04F
Black with #D6B04F
Text Example
Text Example
White with #D6B04F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6B04F; }
p { color: rgb(214,176,79); }
H1.HeaderClassName
{
color: #D6B04F;
}
.AnyTagClassName
{
color: #D6B04F;
}
</style>
background-color css
<style>
a { background-color: #D6B04F; }
a { background-color: rgb(214,176,79); }
div.DivClassName
{
background-color: #D6B04F;
}
.BgClassName
{
background-color: #D6B04F;
}
</style>
border-color css
<style>
span { border-color: #D6B04F; }
span { border-color: rgb(214,176,79); }
td.TdClassName
{
border-color: #D6B04F;
}
.TagClassName
{
border-color: #D6B04F;
}
</style>