Shades of Rob Roy #D5B04E
Tints of Rob Roy #D5B04E
RGB
CMYK
RGB Variations
Color information
#D5B04E (or 0xD5B04E) is known color: Rob Roy. HEX triplet: D5, B0 and 4E. RGB value is (213,176,78). Sum of RGB (Red+Green+Blue) = 213+176+78=467 (61% of max value = 765). Red value is 213 (83.59% from 255 or 45.61% from 467); Green value is 176 (69.14% from 255 or 37.69% from 467); Blue value is 78 (30.86% from 255 or 16.70% from 467); Max value from RGB is 213 - color contains mainly: red. Hex color #D5B04E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D5B04E is #2A4FB1. Grayscale: #B0B0B0. Windows color (decimal): -2772914 or 5157077. OLE color: 5157077.
HSL color Cylindrical-coordinate representation of color #D5B04E: hue angle of 43.56º degrees, saturation: 0.62, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D5B04E is Cyan = 0, Magento = 0.17, Yellow = 0.63 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 176 | 78 | - |
| CMYK | 0 | 0.17 | 0.63 | 0.16 |
| HSL | 43.56º | 0.62% | 0.57% | - |
| HSV(B) | 43.56º | 0.63% | 0.84% | - |
| XYZ | 44.34 | 45.75 | 13.7 | - |
| YUV | 175.89 | 72.76 | 154.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 176 | 78 | 0 | 0.17 | 0.63 | 0.16 | 43.56 | 0.62 | 0.57 |
| Hex | D5 | B0 | 4E | 0 | 11 | 3F | 10 | 2C | 3E | 39 |
| Octal | 325 | 260 | 116 | 0 | 21 | 77 | 20 | 54 | 76 | 71 |
| Binary | 11010101 | 10110000 | 1001110 | 0 | 10001 | 111111 | 10000 | 101100 | 111110 | 111001 |
Color Harmonies of #D5B04E
Complementary color
Monochromatic Colors of #D5B04E
Black with #D5B04E
Text Example
Text Example
White with #D5B04E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5B04E; }
p { color: rgb(213,176,78); }
H1.HeaderClassName
{
color: #D5B04E;
}
.AnyTagClassName
{
color: #D5B04E;
}
</style>
background-color css
<style>
a { background-color: #D5B04E; }
a { background-color: rgb(213,176,78); }
div.DivClassName
{
background-color: #D5B04E;
}
.BgClassName
{
background-color: #D5B04E;
}
</style>
border-color css
<style>
span { border-color: #D5B04E; }
span { border-color: rgb(213,176,78); }
td.TdClassName
{
border-color: #D5B04E;
}
.TagClassName
{
border-color: #D5B04E;
}
</style>