Shades of Rob Roy #D7B34B
Tints of Rob Roy #D7B34B
RGB
CMYK
RGB Variations
Color information
#D7B34B (or 0xD7B34B) is known color: Rob Roy. HEX triplet: D7, B3 and 4B. RGB value is (215,179,75). Sum of RGB (Red+Green+Blue) = 215+179+75=469 (62% of max value = 765). Red value is 215 (84.38% from 255 or 45.84% from 469); Green value is 179 (70.31% from 255 or 38.17% from 469); Blue value is 75 (29.69% from 255 or 15.99% from 469); Max value from RGB is 215 - color contains mainly: red. Hex color #D7B34B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D7B34B is #284CB4. Grayscale: #B2B2B2. Windows color (decimal): -2641077 or 4961239. OLE color: 4961239.
HSL color Cylindrical-coordinate representation of color #D7B34B: hue angle of 44.57º degrees, saturation: 0.64, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D7B34B is Cyan = 0, Magento = 0.17, Yellow = 0.65 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 179 | 75 | - |
| CMYK | 0 | 0.17 | 0.65 | 0.16 |
| HSL | 44.57º | 0.64% | 0.57% | - |
| HSV(B) | 44.57º | 0.65% | 0.84% | - |
| XYZ | 45.41 | 47.2 | 13.37 | - |
| YUV | 177.91 | 69.93 | 154.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 179 | 75 | 0 | 0.17 | 0.65 | 0.16 | 44.57 | 0.64 | 0.57 |
| Hex | D7 | B3 | 4B | 0 | 11 | 41 | 10 | 2D | 40 | 39 |
| Octal | 327 | 263 | 113 | 0 | 21 | 101 | 20 | 55 | 100 | 71 |
| Binary | 11010111 | 10110011 | 1001011 | 0 | 10001 | 1000001 | 10000 | 101101 | 1000000 | 111001 |
Color Harmonies of #D7B34B
Complementary color
Monochromatic Colors of #D7B34B
Black with #D7B34B
Text Example
Text Example
White with #D7B34B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7B34B; }
p { color: rgb(215,179,75); }
H1.HeaderClassName
{
color: #D7B34B;
}
.AnyTagClassName
{
color: #D7B34B;
}
</style>
background-color css
<style>
a { background-color: #D7B34B; }
a { background-color: rgb(215,179,75); }
div.DivClassName
{
background-color: #D7B34B;
}
.BgClassName
{
background-color: #D7B34B;
}
</style>
border-color css
<style>
span { border-color: #D7B34B; }
span { border-color: rgb(215,179,75); }
td.TdClassName
{
border-color: #D7B34B;
}
.TagClassName
{
border-color: #D7B34B;
}
</style>