Shades of Rob Roy #D4AD4D
Tints of Rob Roy #D4AD4D
RGB
CMYK
RGB Variations
Color information
#D4AD4D (or 0xD4AD4D) is known color: Rob Roy. HEX triplet: D4, AD and 4D. RGB value is (212,173,77). Sum of RGB (Red+Green+Blue) = 212+173+77=462 (61% of max value = 765). Red value is 212 (83.20% from 255 or 45.89% from 462); Green value is 173 (67.97% from 255 or 37.45% from 462); Blue value is 77 (30.47% from 255 or 16.67% from 462); Max value from RGB is 212 - color contains mainly: red. Hex color #D4AD4D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D4AD4D is #2B52B2. Grayscale: #AEAEAE. Windows color (decimal): -2839219 or 5090772. OLE color: 5090772.
HSL color Cylindrical-coordinate representation of color #D4AD4D: hue angle of 42.67º degrees, saturation: 0.61, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D4AD4D is Cyan = 0, Magento = 0.18, Yellow = 0.64 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 173 | 77 | - |
| CMYK | 0 | 0.18 | 0.64 | 0.17 |
| HSL | 42.67º | 0.61% | 0.57% | - |
| HSV(B) | 42.67º | 0.64% | 0.83% | - |
| XYZ | 43.43 | 44.42 | 13.31 | - |
| YUV | 173.72 | 73.42 | 155.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 173 | 77 | 0 | 0.18 | 0.64 | 0.17 | 42.67 | 0.61 | 0.57 |
| Hex | D4 | AD | 4D | 0 | 12 | 40 | 11 | 2B | 3D | 39 |
| Octal | 324 | 255 | 115 | 0 | 22 | 100 | 21 | 53 | 75 | 71 |
| Binary | 11010100 | 10101101 | 1001101 | 0 | 10010 | 1000000 | 10001 | 101011 | 111101 | 111001 |
Color Harmonies of #D4AD4D
Complementary color
Monochromatic Colors of #D4AD4D
Black with #D4AD4D
Text Example
Text Example
White with #D4AD4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4AD4D; }
p { color: rgb(212,173,77); }
H1.HeaderClassName
{
color: #D4AD4D;
}
.AnyTagClassName
{
color: #D4AD4D;
}
</style>
background-color css
<style>
a { background-color: #D4AD4D; }
a { background-color: rgb(212,173,77); }
div.DivClassName
{
background-color: #D4AD4D;
}
.BgClassName
{
background-color: #D4AD4D;
}
</style>
border-color css
<style>
span { border-color: #D4AD4D; }
span { border-color: rgb(212,173,77); }
td.TdClassName
{
border-color: #D4AD4D;
}
.TagClassName
{
border-color: #D4AD4D;
}
</style>