Shades of Rob Roy #D6B04A
Tints of Rob Roy #D6B04A
RGB
CMYK
RGB Variations
Color information
#D6B04A (or 0xD6B04A) is known color: Rob Roy. HEX triplet: D6, B0 and 4A. RGB value is (214,176,74). Sum of RGB (Red+Green+Blue) = 214+176+74=464 (61% of max value = 765). Red value is 214 (83.98% from 255 or 46.12% from 464); Green value is 176 (69.14% from 255 or 37.93% from 464); Blue value is 74 (29.30% from 255 or 15.95% from 464); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B04A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D6B04A is #294FB5. Grayscale: #B0B0B0. Windows color (decimal): -2707382 or 4894934. OLE color: 4894934.
HSL color Cylindrical-coordinate representation of color #D6B04A: hue angle of 43.71º degrees, saturation: 0.63, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D6B04A is Cyan = 0, Magento = 0.18, Yellow = 0.65 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 176 | 74 | - |
| CMYK | 0 | 0.18 | 0.65 | 0.16 |
| HSL | 43.71º | 0.63% | 0.56% | - |
| HSV(B) | 43.71º | 0.65% | 0.84% | - |
| XYZ | 44.49 | 45.84 | 12.98 | - |
| YUV | 175.73 | 70.59 | 155.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 176 | 74 | 0 | 0.18 | 0.65 | 0.16 | 43.71 | 0.63 | 0.56 |
| Hex | D6 | B0 | 4A | 0 | 12 | 41 | 10 | 2C | 3F | 38 |
| Octal | 326 | 260 | 112 | 0 | 22 | 101 | 20 | 54 | 77 | 70 |
| Binary | 11010110 | 10110000 | 1001010 | 0 | 10010 | 1000001 | 10000 | 101100 | 111111 | 111000 |
Color Harmonies of #D6B04A
Complementary color
Monochromatic Colors of #D6B04A
Black with #D6B04A
Text Example
Text Example
White with #D6B04A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6B04A; }
p { color: rgb(214,176,74); }
H1.HeaderClassName
{
color: #D6B04A;
}
.AnyTagClassName
{
color: #D6B04A;
}
</style>
background-color css
<style>
a { background-color: #D6B04A; }
a { background-color: rgb(214,176,74); }
div.DivClassName
{
background-color: #D6B04A;
}
.BgClassName
{
background-color: #D6B04A;
}
</style>
border-color css
<style>
span { border-color: #D6B04A; }
span { border-color: rgb(214,176,74); }
td.TdClassName
{
border-color: #D6B04A;
}
.TagClassName
{
border-color: #D6B04A;
}
</style>