Shades of Rob Roy #D5B34E
Tints of Rob Roy #D5B34E
RGB
CMYK
RGB Variations
Color information
#D5B34E (or 0xD5B34E) is known color: Rob Roy. HEX triplet: D5, B3 and 4E. RGB value is (213,179,78). Sum of RGB (Red+Green+Blue) = 213+179+78=470 (62% of max value = 765). Red value is 213 (83.59% from 255 or 45.32% from 470); Green value is 179 (70.31% from 255 or 38.09% from 470); Blue value is 78 (30.86% from 255 or 16.60% from 470); Max value from RGB is 213 - color contains mainly: red. Hex color #D5B34E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5B34E is #2A4CB1. Grayscale: #B2B2B2. Windows color (decimal): -2772146 or 5157845. OLE color: 5157845.
HSL color Cylindrical-coordinate representation of color #D5B34E: hue angle of 44.89º 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 #D5B34E is Cyan = 0, Magento = 0.16, Yellow = 0.63 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 179 | 78 | - |
| CMYK | 0 | 0.16 | 0.63 | 0.16 |
| HSL | 44.89º | 0.62% | 0.57% | - |
| HSV(B) | 44.89º | 0.63% | 0.84% | - |
| XYZ | 44.94 | 46.94 | 13.9 | - |
| YUV | 177.65 | 71.76 | 153.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 179 | 78 | 0 | 0.16 | 0.63 | 0.16 | 44.89 | 0.62 | 0.57 |
| Hex | D5 | B3 | 4E | 0 | 10 | 3F | 10 | 2D | 3E | 39 |
| Octal | 325 | 263 | 116 | 0 | 20 | 77 | 20 | 55 | 76 | 71 |
| Binary | 11010101 | 10110011 | 1001110 | 0 | 10000 | 111111 | 10000 | 101101 | 111110 | 111001 |
Color Harmonies of #D5B34E
Complementary color
Monochromatic Colors of #D5B34E
Black with #D5B34E
Text Example
Text Example
White with #D5B34E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5B34E; }
p { color: rgb(213,179,78); }
H1.HeaderClassName
{
color: #D5B34E;
}
.AnyTagClassName
{
color: #D5B34E;
}
</style>
background-color css
<style>
a { background-color: #D5B34E; }
a { background-color: rgb(213,179,78); }
div.DivClassName
{
background-color: #D5B34E;
}
.BgClassName
{
background-color: #D5B34E;
}
</style>
border-color css
<style>
span { border-color: #D5B34E; }
span { border-color: rgb(213,179,78); }
td.TdClassName
{
border-color: #D5B34E;
}
.TagClassName
{
border-color: #D5B34E;
}
</style>