Shades of Rob Roy #D5B04B
Tints of Rob Roy #D5B04B
RGB
CMYK
RGB Variations
Color information
#D5B04B (or 0xD5B04B) is known color: Rob Roy. HEX triplet: D5, B0 and 4B. RGB value is (213,176,75). Sum of RGB (Red+Green+Blue) = 213+176+75=464 (61% of max value = 765). Red value is 213 (83.59% from 255 or 45.91% from 464); Green value is 176 (69.14% from 255 or 37.93% from 464); Blue value is 75 (29.69% from 255 or 16.16% from 464); Max value from RGB is 213 - color contains mainly: red. Hex color #D5B04B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D5B04B is #2A4FB4. Grayscale: #AFAFAF. Windows color (decimal): -2772917 or 4960469. OLE color: 4960469.
HSL color Cylindrical-coordinate representation of color #D5B04B: hue angle of 43.91º degrees, saturation: 0.62, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D5B04B is Cyan = 0, Magento = 0.17, Yellow = 0.65 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 176 | 75 | - |
| CMYK | 0 | 0.17 | 0.65 | 0.16 |
| HSL | 43.91º | 0.62% | 0.56% | - |
| HSV(B) | 43.91º | 0.65% | 0.84% | - |
| XYZ | 44.24 | 45.7 | 13.15 | - |
| YUV | 175.55 | 71.26 | 154.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 176 | 75 | 0 | 0.17 | 0.65 | 0.16 | 43.91 | 0.62 | 0.56 |
| Hex | D5 | B0 | 4B | 0 | 11 | 41 | 10 | 2C | 3E | 38 |
| Octal | 325 | 260 | 113 | 0 | 21 | 101 | 20 | 54 | 76 | 70 |
| Binary | 11010101 | 10110000 | 1001011 | 0 | 10001 | 1000001 | 10000 | 101100 | 111110 | 111000 |
Color Harmonies of #D5B04B
Complementary color
Monochromatic Colors of #D5B04B
Black with #D5B04B
Text Example
Text Example
White with #D5B04B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5B04B; }
p { color: rgb(213,176,75); }
H1.HeaderClassName
{
color: #D5B04B;
}
.AnyTagClassName
{
color: #D5B04B;
}
</style>
background-color css
<style>
a { background-color: #D5B04B; }
a { background-color: rgb(213,176,75); }
div.DivClassName
{
background-color: #D5B04B;
}
.BgClassName
{
background-color: #D5B04B;
}
</style>
border-color css
<style>
span { border-color: #D5B04B; }
span { border-color: rgb(213,176,75); }
td.TdClassName
{
border-color: #D5B04B;
}
.TagClassName
{
border-color: #D5B04B;
}
</style>