Shades of Rob Roy #D7B14B
Tints of Rob Roy #D7B14B
RGB
CMYK
RGB Variations
Color information
#D7B14B (or 0xD7B14B) is known color: Rob Roy. HEX triplet: D7, B1 and 4B. RGB value is (215,177,75). Sum of RGB (Red+Green+Blue) = 215+177+75=467 (61% of max value = 765). Red value is 215 (84.38% from 255 or 46.04% from 467); Green value is 177 (69.53% from 255 or 37.90% from 467); Blue value is 75 (29.69% from 255 or 16.06% from 467); Max value from RGB is 215 - color contains mainly: red. Hex color #D7B14B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D7B14B is #284EB4. Grayscale: #B1B1B1. Windows color (decimal): -2641589 or 4960727. OLE color: 4960727.
HSL color Cylindrical-coordinate representation of color #D7B14B: hue angle of 43.71º 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 #D7B14B is Cyan = 0, Magento = 0.18, Yellow = 0.65 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 177 | 75 | - |
| CMYK | 0 | 0.18 | 0.65 | 0.16 |
| HSL | 43.71º | 0.64% | 0.57% | - |
| HSV(B) | 43.71º | 0.65% | 0.84% | - |
| XYZ | 45.02 | 46.4 | 13.24 | - |
| YUV | 176.73 | 70.59 | 155.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 177 | 75 | 0 | 0.18 | 0.65 | 0.16 | 43.71 | 0.64 | 0.57 |
| Hex | D7 | B1 | 4B | 0 | 12 | 41 | 10 | 2C | 40 | 39 |
| Octal | 327 | 261 | 113 | 0 | 22 | 101 | 20 | 54 | 100 | 71 |
| Binary | 11010111 | 10110001 | 1001011 | 0 | 10010 | 1000001 | 10000 | 101100 | 1000000 | 111001 |
Color Harmonies of #D7B14B
Complementary color
Monochromatic Colors of #D7B14B
Black with #D7B14B
Text Example
Text Example
White with #D7B14B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7B14B; }
p { color: rgb(215,177,75); }
H1.HeaderClassName
{
color: #D7B14B;
}
.AnyTagClassName
{
color: #D7B14B;
}
</style>
background-color css
<style>
a { background-color: #D7B14B; }
a { background-color: rgb(215,177,75); }
div.DivClassName
{
background-color: #D7B14B;
}
.BgClassName
{
background-color: #D7B14B;
}
</style>
border-color css
<style>
span { border-color: #D7B14B; }
span { border-color: rgb(215,177,75); }
td.TdClassName
{
border-color: #D7B14B;
}
.TagClassName
{
border-color: #D7B14B;
}
</style>