Shades of Rob Roy #D7B352
Tints of Rob Roy #D7B352
RGB
CMYK
RGB Variations
Color information
#D7B352 (or 0xD7B352) is known color: Rob Roy. HEX triplet: D7, B3 and 52. RGB value is (215,179,82). Sum of RGB (Red+Green+Blue) = 215+179+82=476 (63% of max value = 765). Red value is 215 (84.38% from 255 or 45.17% from 476); Green value is 179 (70.31% from 255 or 37.61% from 476); Blue value is 82 (32.42% from 255 or 17.23% from 476); Max value from RGB is 215 - color contains mainly: red. Hex color #D7B352 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D7B352 is #284CAD. Grayscale: #B3B3B3. Windows color (decimal): -2641070 or 5419991. OLE color: 5419991.
HSL color Cylindrical-coordinate representation of color #D7B352: hue angle of 43.76º degrees, saturation: 0.62, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D7B352 is Cyan = 0, Magento = 0.17, Yellow = 0.62 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 179 | 82 | - |
| CMYK | 0 | 0.17 | 0.62 | 0.16 |
| HSL | 43.76º | 0.62% | 0.58% | - |
| HSV(B) | 43.76º | 0.62% | 0.84% | - |
| XYZ | 45.67 | 47.3 | 14.7 | - |
| YUV | 178.71 | 73.43 | 153.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 179 | 82 | 0 | 0.17 | 0.62 | 0.16 | 43.76 | 0.62 | 0.58 |
| Hex | D7 | B3 | 52 | 0 | 11 | 3E | 10 | 2C | 3E | 3A |
| Octal | 327 | 263 | 122 | 0 | 21 | 76 | 20 | 54 | 76 | 72 |
| Binary | 11010111 | 10110011 | 1010010 | 0 | 10001 | 111110 | 10000 | 101100 | 111110 | 111010 |
Color Harmonies of #D7B352
Complementary color
Monochromatic Colors of #D7B352
Black with #D7B352
Text Example
Text Example
White with #D7B352
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7B352; }
p { color: rgb(215,179,82); }
H1.HeaderClassName
{
color: #D7B352;
}
.AnyTagClassName
{
color: #D7B352;
}
</style>
background-color css
<style>
a { background-color: #D7B352; }
a { background-color: rgb(215,179,82); }
div.DivClassName
{
background-color: #D7B352;
}
.BgClassName
{
background-color: #D7B352;
}
</style>
border-color css
<style>
span { border-color: #D7B352; }
span { border-color: rgb(215,179,82); }
td.TdClassName
{
border-color: #D7B352;
}
.TagClassName
{
border-color: #D7B352;
}
</style>