Shades of Rob Roy #D3B34E
Tints of Rob Roy #D3B34E
RGB
CMYK
RGB Variations
Color information
#D3B34E (or 0xD3B34E) is known color: Rob Roy. HEX triplet: D3, B3 and 4E. RGB value is (211,179,78). Sum of RGB (Red+Green+Blue) = 211+179+78=468 (61% of max value = 765). Red value is 211 (82.81% from 255 or 45.09% from 468); Green value is 179 (70.31% from 255 or 38.25% from 468); Blue value is 78 (30.86% from 255 or 16.67% from 468); Max value from RGB is 211 - color contains mainly: red. Hex color #D3B34E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D3B34E is #2C4CB1. Grayscale: #B1B1B1. Windows color (decimal): -2903218 or 5157843. OLE color: 5157843.
HSL color Cylindrical-coordinate representation of color #D3B34E: hue angle of 45.56º degrees, saturation: 0.6, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D3B34E is Cyan = 0, Magento = 0.15, Yellow = 0.63 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 179 | 78 | - |
| CMYK | 0 | 0.15 | 0.63 | 0.17 |
| HSL | 45.56º | 0.6% | 0.57% | - |
| HSV(B) | 45.56º | 0.63% | 0.83% | - |
| XYZ | 44.36 | 46.64 | 13.87 | - |
| YUV | 177.05 | 72.1 | 152.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 179 | 78 | 0 | 0.15 | 0.63 | 0.17 | 45.56 | 0.6 | 0.57 |
| Hex | D3 | B3 | 4E | 0 | F | 3F | 11 | 2E | 3C | 39 |
| Octal | 323 | 263 | 116 | 0 | 17 | 77 | 21 | 56 | 74 | 71 |
| Binary | 11010011 | 10110011 | 1001110 | 0 | 1111 | 111111 | 10001 | 101110 | 111100 | 111001 |
Color Harmonies of #D3B34E
Complementary color
Monochromatic Colors of #D3B34E
Black with #D3B34E
Text Example
Text Example
White with #D3B34E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3B34E; }
p { color: rgb(211,179,78); }
H1.HeaderClassName
{
color: #D3B34E;
}
.AnyTagClassName
{
color: #D3B34E;
}
</style>
background-color css
<style>
a { background-color: #D3B34E; }
a { background-color: rgb(211,179,78); }
div.DivClassName
{
background-color: #D3B34E;
}
.BgClassName
{
background-color: #D3B34E;
}
</style>
border-color css
<style>
span { border-color: #D3B34E; }
span { border-color: rgb(211,179,78); }
td.TdClassName
{
border-color: #D3B34E;
}
.TagClassName
{
border-color: #D3B34E;
}
</style>