Shades of Rob Roy #D4A849
Tints of Rob Roy #D4A849
RGB
CMYK
RGB Variations
Color information
#D4A849 (or 0xD4A849) is known color: Rob Roy. HEX triplet: D4, A8 and 49. RGB value is (212,168,73). Sum of RGB (Red+Green+Blue) = 212+168+73=453 (60% of max value = 765). Red value is 212 (83.20% from 255 or 46.80% from 453); Green value is 168 (66.02% from 255 or 37.09% from 453); Blue value is 73 (28.91% from 255 or 16.11% from 453); Max value from RGB is 212 - color contains mainly: red. Hex color #D4A849 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D4A849 is #2B57B6. Grayscale: #AAAAAA. Windows color (decimal): -2840503 or 4827348. OLE color: 4827348.
HSL color Cylindrical-coordinate representation of color #D4A849: hue angle of 41.01º degrees, saturation: 0.62, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D4A849 is Cyan = 0, Magento = 0.21, Yellow = 0.66 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 168 | 73 | - |
| CMYK | 0 | 0.21 | 0.66 | 0.17 |
| HSL | 41.01º | 0.62% | 0.56% | - |
| HSV(B) | 41.01º | 0.66% | 0.83% | - |
| XYZ | 42.36 | 42.48 | 12.27 | - |
| YUV | 170.33 | 73.08 | 157.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 168 | 73 | 0 | 0.21 | 0.66 | 0.17 | 41.01 | 0.62 | 0.56 |
| Hex | D4 | A8 | 49 | 0 | 15 | 42 | 11 | 29 | 3E | 38 |
| Octal | 324 | 250 | 111 | 0 | 25 | 102 | 21 | 51 | 76 | 70 |
| Binary | 11010100 | 10101000 | 1001001 | 0 | 10101 | 1000010 | 10001 | 101001 | 111110 | 111000 |
Color Harmonies of #D4A849
Complementary color
Monochromatic Colors of #D4A849
Black with #D4A849
Text Example
Text Example
White with #D4A849
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4A849; }
p { color: rgb(212,168,73); }
H1.HeaderClassName
{
color: #D4A849;
}
.AnyTagClassName
{
color: #D4A849;
}
</style>
background-color css
<style>
a { background-color: #D4A849; }
a { background-color: rgb(212,168,73); }
div.DivClassName
{
background-color: #D4A849;
}
.BgClassName
{
background-color: #D4A849;
}
</style>
border-color css
<style>
span { border-color: #D4A849; }
span { border-color: rgb(212,168,73); }
td.TdClassName
{
border-color: #D4A849;
}
.TagClassName
{
border-color: #D4A849;
}
</style>