Shades of Rob Roy #D7A754
Tints of Rob Roy #D7A754
RGB
CMYK
RGB Variations
Color information
#D7A754 (or 0xD7A754) is known color: Rob Roy. HEX triplet: D7, A7 and 54. RGB value is (215,167,84). Sum of RGB (Red+Green+Blue) = 215+167+84=466 (61% of max value = 765). Red value is 215 (84.38% from 255 or 46.14% from 466); Green value is 167 (65.62% from 255 or 35.84% from 466); Blue value is 84 (33.20% from 255 or 18.03% from 466); Max value from RGB is 215 - color contains mainly: red. Hex color #D7A754 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D7A754 is #2858AB. Grayscale: #ACACAC. Windows color (decimal): -2644140 or 5547991. OLE color: 5547991.
HSL color Cylindrical-coordinate representation of color #D7A754: hue angle of 38.02º degrees, saturation: 0.62, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D7A754 is Cyan = 0, Magento = 0.22, Yellow = 0.61 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 167 | 84 | - |
| CMYK | 0 | 0.22 | 0.61 | 0.16 |
| HSL | 38.02º | 0.62% | 0.59% | - |
| HSV(B) | 38.02º | 0.61% | 0.84% | - |
| XYZ | 43.44 | 42.72 | 14.34 | - |
| YUV | 171.89 | 78.4 | 158.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 167 | 84 | 0 | 0.22 | 0.61 | 0.16 | 38.02 | 0.62 | 0.59 |
| Hex | D7 | A7 | 54 | 0 | 16 | 3D | 10 | 26 | 3E | 3B |
| Octal | 327 | 247 | 124 | 0 | 26 | 75 | 20 | 46 | 76 | 73 |
| Binary | 11010111 | 10100111 | 1010100 | 0 | 10110 | 111101 | 10000 | 100110 | 111110 | 111011 |
Color Harmonies of #D7A754
Complementary color
Monochromatic Colors of #D7A754
Black with #D7A754
Text Example
Text Example
White with #D7A754
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7A754; }
p { color: rgb(215,167,84); }
H1.HeaderClassName
{
color: #D7A754;
}
.AnyTagClassName
{
color: #D7A754;
}
</style>
background-color css
<style>
a { background-color: #D7A754; }
a { background-color: rgb(215,167,84); }
div.DivClassName
{
background-color: #D7A754;
}
.BgClassName
{
background-color: #D7A754;
}
</style>
border-color css
<style>
span { border-color: #D7A754; }
span { border-color: rgb(215,167,84); }
td.TdClassName
{
border-color: #D7A754;
}
.TagClassName
{
border-color: #D7A754;
}
</style>