Shades of Rob Roy #D7B04A
Tints of Rob Roy #D7B04A
RGB
CMYK
RGB Variations
Color information
#D7B04A (or 0xD7B04A) is known color: Rob Roy. HEX triplet: D7, B0 and 4A. RGB value is (215,176,74). Sum of RGB (Red+Green+Blue) = 215+176+74=465 (61% of max value = 765). Red value is 215 (84.38% from 255 or 46.24% from 465); Green value is 176 (69.14% from 255 or 37.85% from 465); Blue value is 74 (29.30% from 255 or 15.91% from 465); Max value from RGB is 215 - color contains mainly: red. Hex color #D7B04A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D7B04A is #284FB5. Grayscale: #B0B0B0. Windows color (decimal): -2641846 or 4894935. OLE color: 4894935.
HSL color Cylindrical-coordinate representation of color #D7B04A: hue angle of 43.4º degrees, saturation: 0.64, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D7B04A is Cyan = 0, Magento = 0.18, Yellow = 0.66 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 176 | 74 | - |
| CMYK | 0 | 0.18 | 0.66 | 0.16 |
| HSL | 43.4º | 0.64% | 0.57% | - |
| HSV(B) | 43.4º | 0.66% | 0.84% | - |
| XYZ | 44.79 | 45.99 | 13 | - |
| YUV | 176.03 | 70.42 | 155.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 176 | 74 | 0 | 0.18 | 0.66 | 0.16 | 43.4 | 0.64 | 0.57 |
| Hex | D7 | B0 | 4A | 0 | 12 | 42 | 10 | 2B | 40 | 39 |
| Octal | 327 | 260 | 112 | 0 | 22 | 102 | 20 | 53 | 100 | 71 |
| Binary | 11010111 | 10110000 | 1001010 | 0 | 10010 | 1000010 | 10000 | 101011 | 1000000 | 111001 |
Color Harmonies of #D7B04A
Complementary color
Monochromatic Colors of #D7B04A
Black with #D7B04A
Text Example
Text Example
White with #D7B04A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7B04A; }
p { color: rgb(215,176,74); }
H1.HeaderClassName
{
color: #D7B04A;
}
.AnyTagClassName
{
color: #D7B04A;
}
</style>
background-color css
<style>
a { background-color: #D7B04A; }
a { background-color: rgb(215,176,74); }
div.DivClassName
{
background-color: #D7B04A;
}
.BgClassName
{
background-color: #D7B04A;
}
</style>
border-color css
<style>
span { border-color: #D7B04A; }
span { border-color: rgb(215,176,74); }
td.TdClassName
{
border-color: #D7B04A;
}
.TagClassName
{
border-color: #D7B04A;
}
</style>