Shades of Rob Roy #D6A14C
Tints of Rob Roy #D6A14C
RGB
CMYK
RGB Variations
Color information
#D6A14C (or 0xD6A14C) is known color: Rob Roy. HEX triplet: D6, A1 and 4C. RGB value is (214,161,76). Sum of RGB (Red+Green+Blue) = 214+161+76=451 (59% of max value = 765). Red value is 214 (83.98% from 255 or 47.45% from 451); Green value is 161 (63.28% from 255 or 35.70% from 451); Blue value is 76 (30.08% from 255 or 16.85% from 451); Max value from RGB is 214 - color contains mainly: red. Hex color #D6A14C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D6A14C is #295EB3. Grayscale: #A7A7A7. Windows color (decimal): -2711220 or 5022166. OLE color: 5022166.
HSL color Cylindrical-coordinate representation of color #D6A14C: hue angle of 36.96º 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 #D6A14C is Cyan = 0, Magento = 0.25, Yellow = 0.64 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 161 | 76 | - |
| CMYK | 0 | 0.25 | 0.64 | 0.16 |
| HSL | 36.96º | 0.63% | 0.57% | - |
| HSV(B) | 36.96º | 0.64% | 0.84% | - |
| XYZ | 41.78 | 40.31 | 12.42 | - |
| YUV | 167.16 | 76.56 | 161.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 161 | 76 | 0 | 0.25 | 0.64 | 0.16 | 36.96 | 0.63 | 0.57 |
| Hex | D6 | A1 | 4C | 0 | 19 | 40 | 10 | 25 | 3F | 39 |
| Octal | 326 | 241 | 114 | 0 | 31 | 100 | 20 | 45 | 77 | 71 |
| Binary | 11010110 | 10100001 | 1001100 | 0 | 11001 | 1000000 | 10000 | 100101 | 111111 | 111001 |
Color Harmonies of #D6A14C
Complementary color
Monochromatic Colors of #D6A14C
Black with #D6A14C
Text Example
Text Example
White with #D6A14C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6A14C; }
p { color: rgb(214,161,76); }
H1.HeaderClassName
{
color: #D6A14C;
}
.AnyTagClassName
{
color: #D6A14C;
}
</style>
background-color css
<style>
a { background-color: #D6A14C; }
a { background-color: rgb(214,161,76); }
div.DivClassName
{
background-color: #D6A14C;
}
.BgClassName
{
background-color: #D6A14C;
}
</style>
border-color css
<style>
span { border-color: #D6A14C; }
span { border-color: rgb(214,161,76); }
td.TdClassName
{
border-color: #D6A14C;
}
.TagClassName
{
border-color: #D6A14C;
}
</style>