Shades of Rob Roy #D8A74B
Tints of Rob Roy #D8A74B
RGB
CMYK
RGB Variations
Color information
#D8A74B (or 0xD8A74B) is known color: Rob Roy. HEX triplet: D8, A7 and 4B. RGB value is (216,167,75). Sum of RGB (Red+Green+Blue) = 216+167+75=458 (60% of max value = 765). Red value is 216 (84.77% from 255 or 47.16% from 458); Green value is 167 (65.62% from 255 or 36.46% from 458); Blue value is 75 (29.69% from 255 or 16.38% from 458); Max value from RGB is 216 - color contains mainly: red. Hex color #D8A74B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D8A74B is #2758B4. Grayscale: #ABABAB. Windows color (decimal): -2578613 or 4958168. OLE color: 4958168.
HSL color Cylindrical-coordinate representation of color #D8A74B: hue angle of 39.15º 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 #D8A74B is Cyan = 0, Magento = 0.23, Yellow = 0.65 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 167 | 75 | - |
| CMYK | 0 | 0.23 | 0.65 | 0.15 |
| HSL | 39.15º | 0.64% | 0.57% | - |
| HSV(B) | 39.15º | 0.65% | 0.85% | - |
| XYZ | 43.41 | 42.74 | 12.62 | - |
| YUV | 171.16 | 73.73 | 159.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 167 | 75 | 0 | 0.23 | 0.65 | 0.15 | 39.15 | 0.64 | 0.57 |
| Hex | D8 | A7 | 4B | 0 | 17 | 41 | F | 27 | 40 | 39 |
| Octal | 330 | 247 | 113 | 0 | 27 | 101 | 17 | 47 | 100 | 71 |
| Binary | 11011000 | 10100111 | 1001011 | 0 | 10111 | 1000001 | 1111 | 100111 | 1000000 | 111001 |
Color Harmonies of #D8A74B
Complementary color
Monochromatic Colors of #D8A74B
Black with #D8A74B
Text Example
Text Example
White with #D8A74B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8A74B; }
p { color: rgb(216,167,75); }
H1.HeaderClassName
{
color: #D8A74B;
}
.AnyTagClassName
{
color: #D8A74B;
}
</style>
background-color css
<style>
a { background-color: #D8A74B; }
a { background-color: rgb(216,167,75); }
div.DivClassName
{
background-color: #D8A74B;
}
.BgClassName
{
background-color: #D8A74B;
}
</style>
border-color css
<style>
span { border-color: #D8A74B; }
span { border-color: rgb(216,167,75); }
td.TdClassName
{
border-color: #D8A74B;
}
.TagClassName
{
border-color: #D8A74B;
}
</style>