Shades of Rob Roy #D8A74C
Tints of Rob Roy #D8A74C
RGB
CMYK
RGB Variations
Color information
#D8A74C (or 0xD8A74C) is known color: Rob Roy. HEX triplet: D8, A7 and 4C. RGB value is (216,167,76). Sum of RGB (Red+Green+Blue) = 216+167+76=459 (60% of max value = 765). Red value is 216 (84.77% from 255 or 47.06% from 459); Green value is 167 (65.62% from 255 or 36.38% from 459); Blue value is 76 (30.08% from 255 or 16.56% from 459); Max value from RGB is 216 - color contains mainly: red. Hex color #D8A74C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D8A74C is #2758B3. Grayscale: #ABABAB. Windows color (decimal): -2578612 or 5023704. OLE color: 5023704.
HSL color Cylindrical-coordinate representation of color #D8A74C: hue angle of 39º degrees, saturation: 0.64, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D8A74C is Cyan = 0, Magento = 0.23, Yellow = 0.65 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 167 | 76 | - |
| CMYK | 0 | 0.23 | 0.65 | 0.15 |
| HSL | 39º | 0.64% | 0.57% | - |
| HSV(B) | 39º | 0.65% | 0.85% | - |
| XYZ | 43.44 | 42.76 | 12.8 | - |
| YUV | 171.28 | 74.23 | 159.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 167 | 76 | 0 | 0.23 | 0.65 | 0.15 | 39 | 0.64 | 0.57 |
| Hex | D8 | A7 | 4C | 0 | 17 | 41 | F | 27 | 40 | 39 |
| Octal | 330 | 247 | 114 | 0 | 27 | 101 | 17 | 47 | 100 | 71 |
| Binary | 11011000 | 10100111 | 1001100 | 0 | 10111 | 1000001 | 1111 | 100111 | 1000000 | 111001 |
Color Harmonies of #D8A74C
Complementary color
Monochromatic Colors of #D8A74C
Black with #D8A74C
Text Example
Text Example
White with #D8A74C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8A74C; }
p { color: rgb(216,167,76); }
H1.HeaderClassName
{
color: #D8A74C;
}
.AnyTagClassName
{
color: #D8A74C;
}
</style>
background-color css
<style>
a { background-color: #D8A74C; }
a { background-color: rgb(216,167,76); }
div.DivClassName
{
background-color: #D8A74C;
}
.BgClassName
{
background-color: #D8A74C;
}
</style>
border-color css
<style>
span { border-color: #D8A74C; }
span { border-color: rgb(216,167,76); }
td.TdClassName
{
border-color: #D8A74C;
}
.TagClassName
{
border-color: #D8A74C;
}
</style>