Shades of Rob Roy #D6A04D
Tints of Rob Roy #D6A04D
RGB
CMYK
RGB Variations
Color information
#D6A04D (or 0xD6A04D) is known color: Rob Roy. HEX triplet: D6, A0 and 4D. RGB value is (214,160,77). Sum of RGB (Red+Green+Blue) = 214+160+77=451 (59% of max value = 765). Red value is 214 (83.98% from 255 or 47.45% from 451); Green value is 160 (62.89% from 255 or 35.48% from 451); Blue value is 77 (30.47% from 255 or 17.07% from 451); Max value from RGB is 214 - color contains mainly: red. Hex color #D6A04D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D6A04D is #295FB2. Grayscale: #A7A7A7. Windows color (decimal): -2711475 or 5087446. OLE color: 5087446.
HSL color Cylindrical-coordinate representation of color #D6A04D: hue angle of 36.35º 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 #D6A04D is Cyan = 0, Magento = 0.25, Yellow = 0.64 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 160 | 77 | - |
| CMYK | 0 | 0.25 | 0.64 | 0.16 |
| HSL | 36.35º | 0.63% | 0.57% | - |
| HSV(B) | 36.35º | 0.64% | 0.84% | - |
| XYZ | 41.64 | 39.97 | 12.54 | - |
| YUV | 166.68 | 77.39 | 161.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 160 | 77 | 0 | 0.25 | 0.64 | 0.16 | 36.35 | 0.63 | 0.57 |
| Hex | D6 | A0 | 4D | 0 | 19 | 40 | 10 | 24 | 3F | 39 |
| Octal | 326 | 240 | 115 | 0 | 31 | 100 | 20 | 44 | 77 | 71 |
| Binary | 11010110 | 10100000 | 1001101 | 0 | 11001 | 1000000 | 10000 | 100100 | 111111 | 111001 |
Color Harmonies of #D6A04D
Complementary color
Monochromatic Colors of #D6A04D
Black with #D6A04D
Text Example
Text Example
White with #D6A04D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6A04D; }
p { color: rgb(214,160,77); }
H1.HeaderClassName
{
color: #D6A04D;
}
.AnyTagClassName
{
color: #D6A04D;
}
</style>
background-color css
<style>
a { background-color: #D6A04D; }
a { background-color: rgb(214,160,77); }
div.DivClassName
{
background-color: #D6A04D;
}
.BgClassName
{
background-color: #D6A04D;
}
</style>
border-color css
<style>
span { border-color: #D6A04D; }
span { border-color: rgb(214,160,77); }
td.TdClassName
{
border-color: #D6A04D;
}
.TagClassName
{
border-color: #D6A04D;
}
</style>