Shades of Rob Roy #D7A24D
Tints of Rob Roy #D7A24D
RGB
CMYK
RGB Variations
Color information
#D7A24D (or 0xD7A24D) is known color: Rob Roy. HEX triplet: D7, A2 and 4D. RGB value is (215,162,77). Sum of RGB (Red+Green+Blue) = 215+162+77=454 (60% of max value = 765). Red value is 215 (84.38% from 255 or 47.36% from 454); Green value is 162 (63.67% from 255 or 35.68% from 454); Blue value is 77 (30.47% from 255 or 16.96% from 454); Max value from RGB is 215 - color contains mainly: red. Hex color #D7A24D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D7A24D is #285DB2. Grayscale: #A8A8A8. Windows color (decimal): -2645427 or 5087959. OLE color: 5087959.
HSL color Cylindrical-coordinate representation of color #D7A24D: hue angle of 36.96º degrees, saturation: 0.63, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D7A24D is Cyan = 0, Magento = 0.25, Yellow = 0.64 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 162 | 77 | - |
| CMYK | 0 | 0.25 | 0.64 | 0.16 |
| HSL | 36.96º | 0.63% | 0.57% | - |
| HSV(B) | 36.96º | 0.64% | 0.84% | - |
| XYZ | 42.28 | 40.82 | 12.67 | - |
| YUV | 168.16 | 76.56 | 161.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 162 | 77 | 0 | 0.25 | 0.64 | 0.16 | 36.96 | 0.63 | 0.57 |
| Hex | D7 | A2 | 4D | 0 | 19 | 40 | 10 | 25 | 3F | 39 |
| Octal | 327 | 242 | 115 | 0 | 31 | 100 | 20 | 45 | 77 | 71 |
| Binary | 11010111 | 10100010 | 1001101 | 0 | 11001 | 1000000 | 10000 | 100101 | 111111 | 111001 |
Color Harmonies of #D7A24D
Complementary color
Monochromatic Colors of #D7A24D
Black with #D7A24D
Text Example
Text Example
White with #D7A24D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7A24D; }
p { color: rgb(215,162,77); }
H1.HeaderClassName
{
color: #D7A24D;
}
.AnyTagClassName
{
color: #D7A24D;
}
</style>
background-color css
<style>
a { background-color: #D7A24D; }
a { background-color: rgb(215,162,77); }
div.DivClassName
{
background-color: #D7A24D;
}
.BgClassName
{
background-color: #D7A24D;
}
</style>
border-color css
<style>
span { border-color: #D7A24D; }
span { border-color: rgb(215,162,77); }
td.TdClassName
{
border-color: #D7A24D;
}
.TagClassName
{
border-color: #D7A24D;
}
</style>