Shades of Rob Roy #D7A84A
Tints of Rob Roy #D7A84A
RGB
CMYK
RGB Variations
Color information
#D7A84A (or 0xD7A84A) is known color: Rob Roy. HEX triplet: D7, A8 and 4A. RGB value is (215,168,74). Sum of RGB (Red+Green+Blue) = 215+168+74=457 (60% of max value = 765). Red value is 215 (84.38% from 255 or 47.05% from 457); Green value is 168 (66.02% from 255 or 36.76% from 457); Blue value is 74 (29.30% from 255 or 16.19% from 457); Max value from RGB is 215 - color contains mainly: red. Hex color #D7A84A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D7A84A is #2857B5. Grayscale: #ABABAB. Windows color (decimal): -2643894 or 4892887. OLE color: 4892887.
HSL color Cylindrical-coordinate representation of color #D7A84A: hue angle of 40º degrees, saturation: 0.64, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D7A84A is Cyan = 0, Magento = 0.22, Yellow = 0.66 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 168 | 74 | - |
| CMYK | 0 | 0.22 | 0.66 | 0.16 |
| HSL | 40º | 0.64% | 0.57% | - |
| HSV(B) | 40º | 0.66% | 0.84% | - |
| XYZ | 43.26 | 42.95 | 12.49 | - |
| YUV | 171.34 | 73.07 | 159.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 168 | 74 | 0 | 0.22 | 0.66 | 0.16 | 40 | 0.64 | 0.57 |
| Hex | D7 | A8 | 4A | 0 | 16 | 42 | 10 | 28 | 40 | 39 |
| Octal | 327 | 250 | 112 | 0 | 26 | 102 | 20 | 50 | 100 | 71 |
| Binary | 11010111 | 10101000 | 1001010 | 0 | 10110 | 1000010 | 10000 | 101000 | 1000000 | 111001 |
Color Harmonies of #D7A84A
Complementary color
Monochromatic Colors of #D7A84A
Black with #D7A84A
Text Example
Text Example
White with #D7A84A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7A84A; }
p { color: rgb(215,168,74); }
H1.HeaderClassName
{
color: #D7A84A;
}
.AnyTagClassName
{
color: #D7A84A;
}
</style>
background-color css
<style>
a { background-color: #D7A84A; }
a { background-color: rgb(215,168,74); }
div.DivClassName
{
background-color: #D7A84A;
}
.BgClassName
{
background-color: #D7A84A;
}
</style>
border-color css
<style>
span { border-color: #D7A84A; }
span { border-color: rgb(215,168,74); }
td.TdClassName
{
border-color: #D7A84A;
}
.TagClassName
{
border-color: #D7A84A;
}
</style>