Shades of Rob Roy #D6A650
Tints of Rob Roy #D6A650
RGB
CMYK
RGB Variations
Color information
#D6A650 (or 0xD6A650) is known color: Rob Roy. HEX triplet: D6, A6 and 50. RGB value is (214,166,80). Sum of RGB (Red+Green+Blue) = 214+166+80=460 (60% of max value = 765). Red value is 214 (83.98% from 255 or 46.52% from 460); Green value is 166 (65.23% from 255 or 36.09% from 460); Blue value is 80 (31.64% from 255 or 17.39% from 460); Max value from RGB is 214 - color contains mainly: red. Hex color #D6A650 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D6A650 is #2959AF. Grayscale: #AAAAAA. Windows color (decimal): -2709936 or 5285590. OLE color: 5285590.
HSL color Cylindrical-coordinate representation of color #D6A650: hue angle of 38.51º degrees, saturation: 0.62, 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 #D6A650 is Cyan = 0, Magento = 0.22, Yellow = 0.63 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 166 | 80 | - |
| CMYK | 0 | 0.22 | 0.63 | 0.16 |
| HSL | 38.51º | 0.62% | 0.58% | - |
| HSV(B) | 38.51º | 0.63% | 0.84% | - |
| XYZ | 42.82 | 42.15 | 13.47 | - |
| YUV | 170.55 | 76.9 | 158.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 166 | 80 | 0 | 0.22 | 0.63 | 0.16 | 38.51 | 0.62 | 0.58 |
| Hex | D6 | A6 | 50 | 0 | 16 | 3F | 10 | 27 | 3E | 3A |
| Octal | 326 | 246 | 120 | 0 | 26 | 77 | 20 | 47 | 76 | 72 |
| Binary | 11010110 | 10100110 | 1010000 | 0 | 10110 | 111111 | 10000 | 100111 | 111110 | 111010 |
Color Harmonies of #D6A650
Complementary color
Monochromatic Colors of #D6A650
Black with #D6A650
Text Example
Text Example
White with #D6A650
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6A650; }
p { color: rgb(214,166,80); }
H1.HeaderClassName
{
color: #D6A650;
}
.AnyTagClassName
{
color: #D6A650;
}
</style>
background-color css
<style>
a { background-color: #D6A650; }
a { background-color: rgb(214,166,80); }
div.DivClassName
{
background-color: #D6A650;
}
.BgClassName
{
background-color: #D6A650;
}
</style>
border-color css
<style>
span { border-color: #D6A650; }
span { border-color: rgb(214,166,80); }
td.TdClassName
{
border-color: #D6A650;
}
.TagClassName
{
border-color: #D6A650;
}
</style>