Shades of Rob Roy #D4A44D
Tints of Rob Roy #D4A44D
RGB
CMYK
RGB Variations
Color information
#D4A44D (or 0xD4A44D) is known color: Rob Roy. HEX triplet: D4, A4 and 4D. RGB value is (212,164,77). Sum of RGB (Red+Green+Blue) = 212+164+77=453 (60% of max value = 765). Red value is 212 (83.20% from 255 or 46.80% from 453); Green value is 164 (64.45% from 255 or 36.20% from 453); Blue value is 77 (30.47% from 255 or 17.00% from 453); Max value from RGB is 212 - color contains mainly: red. Hex color #D4A44D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D4A44D is #2B5BB2. Grayscale: #A8A8A8. Windows color (decimal): -2841523 or 5088468. OLE color: 5088468.
HSL color Cylindrical-coordinate representation of color #D4A44D: hue angle of 38.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 #D4A44D is Cyan = 0, Magento = 0.23, Yellow = 0.64 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 164 | 77 | - |
| CMYK | 0 | 0.23 | 0.64 | 0.17 |
| HSL | 38.67º | 0.61% | 0.57% | - |
| HSV(B) | 38.67º | 0.64% | 0.83% | - |
| XYZ | 41.77 | 41.08 | 12.75 | - |
| YUV | 168.43 | 76.4 | 159.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 164 | 77 | 0 | 0.23 | 0.64 | 0.17 | 38.67 | 0.61 | 0.57 |
| Hex | D4 | A4 | 4D | 0 | 17 | 40 | 11 | 27 | 3D | 39 |
| Octal | 324 | 244 | 115 | 0 | 27 | 100 | 21 | 47 | 75 | 71 |
| Binary | 11010100 | 10100100 | 1001101 | 0 | 10111 | 1000000 | 10001 | 100111 | 111101 | 111001 |
Color Harmonies of #D4A44D
Complementary color
Monochromatic Colors of #D4A44D
Black with #D4A44D
Text Example
Text Example
White with #D4A44D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4A44D; }
p { color: rgb(212,164,77); }
H1.HeaderClassName
{
color: #D4A44D;
}
.AnyTagClassName
{
color: #D4A44D;
}
</style>
background-color css
<style>
a { background-color: #D4A44D; }
a { background-color: rgb(212,164,77); }
div.DivClassName
{
background-color: #D4A44D;
}
.BgClassName
{
background-color: #D4A44D;
}
</style>
border-color css
<style>
span { border-color: #D4A44D; }
span { border-color: rgb(212,164,77); }
td.TdClassName
{
border-color: #D4A44D;
}
.TagClassName
{
border-color: #D4A44D;
}
</style>