Shades of Rob Roy #D7A848
Tints of Rob Roy #D7A848
RGB
CMYK
RGB Variations
Color information
#D7A848 (or 0xD7A848) is known color: Rob Roy. HEX triplet: D7, A8 and 48. RGB value is (215,168,72). Sum of RGB (Red+Green+Blue) = 215+168+72=455 (60% of max value = 765). Red value is 215 (84.38% from 255 or 47.25% from 455); Green value is 168 (66.02% from 255 or 36.92% from 455); Blue value is 72 (28.52% from 255 or 15.82% from 455); Max value from RGB is 215 - color contains mainly: red. Hex color #D7A848 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D7A848 is #2857B7. Grayscale: #ABABAB. Windows color (decimal): -2643896 or 4761815. OLE color: 4761815.
HSL color Cylindrical-coordinate representation of color #D7A848: hue angle of 40.28º degrees, saturation: 0.64, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D7A848 is Cyan = 0, Magento = 0.22, Yellow = 0.67 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 168 | 72 | - |
| CMYK | 0 | 0.22 | 0.67 | 0.16 |
| HSL | 40.28º | 0.64% | 0.56% | - |
| HSV(B) | 40.28º | 0.67% | 0.84% | - |
| XYZ | 43.2 | 42.92 | 12.14 | - |
| YUV | 171.11 | 72.07 | 159.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 168 | 72 | 0 | 0.22 | 0.67 | 0.16 | 40.28 | 0.64 | 0.56 |
| Hex | D7 | A8 | 48 | 0 | 16 | 43 | 10 | 28 | 40 | 38 |
| Octal | 327 | 250 | 110 | 0 | 26 | 103 | 20 | 50 | 100 | 70 |
| Binary | 11010111 | 10101000 | 1001000 | 0 | 10110 | 1000011 | 10000 | 101000 | 1000000 | 111000 |
Color Harmonies of #D7A848
Complementary color
Monochromatic Colors of #D7A848
Black with #D7A848
Text Example
Text Example
White with #D7A848
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7A848; }
p { color: rgb(215,168,72); }
H1.HeaderClassName
{
color: #D7A848;
}
.AnyTagClassName
{
color: #D7A848;
}
</style>
background-color css
<style>
a { background-color: #D7A848; }
a { background-color: rgb(215,168,72); }
div.DivClassName
{
background-color: #D7A848;
}
.BgClassName
{
background-color: #D7A848;
}
</style>
border-color css
<style>
span { border-color: #D7A848; }
span { border-color: rgb(215,168,72); }
td.TdClassName
{
border-color: #D7A848;
}
.TagClassName
{
border-color: #D7A848;
}
</style>