Shades of Rob Roy #D4A24A
Tints of Rob Roy #D4A24A
RGB
CMYK
RGB Variations
Color information
#D4A24A (or 0xD4A24A) is known color: Rob Roy. HEX triplet: D4, A2 and 4A. RGB value is (212,162,74). Sum of RGB (Red+Green+Blue) = 212+162+74=448 (59% of max value = 765). Red value is 212 (83.20% from 255 or 47.32% from 448); Green value is 162 (63.67% from 255 or 36.16% from 448); Blue value is 74 (29.30% from 255 or 16.52% from 448); Max value from RGB is 212 - color contains mainly: red. Hex color #D4A24A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D4A24A is #2B5DB5. Grayscale: #A7A7A7. Windows color (decimal): -2842038 or 4891348. OLE color: 4891348.
HSL color Cylindrical-coordinate representation of color #D4A24A: hue angle of 38.26º degrees, saturation: 0.62, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D4A24A is Cyan = 0, Magento = 0.24, Yellow = 0.65 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 162 | 74 | - |
| CMYK | 0 | 0.24 | 0.65 | 0.17 |
| HSL | 38.26º | 0.62% | 0.56% | - |
| HSV(B) | 38.26º | 0.65% | 0.83% | - |
| XYZ | 41.31 | 40.33 | 12.09 | - |
| YUV | 166.92 | 75.57 | 160.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 162 | 74 | 0 | 0.24 | 0.65 | 0.17 | 38.26 | 0.62 | 0.56 |
| Hex | D4 | A2 | 4A | 0 | 18 | 41 | 11 | 26 | 3E | 38 |
| Octal | 324 | 242 | 112 | 0 | 30 | 101 | 21 | 46 | 76 | 70 |
| Binary | 11010100 | 10100010 | 1001010 | 0 | 11000 | 1000001 | 10001 | 100110 | 111110 | 111000 |
Color Harmonies of #D4A24A
Complementary color
Monochromatic Colors of #D4A24A
Black with #D4A24A
Text Example
Text Example
White with #D4A24A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4A24A; }
p { color: rgb(212,162,74); }
H1.HeaderClassName
{
color: #D4A24A;
}
.AnyTagClassName
{
color: #D4A24A;
}
</style>
background-color css
<style>
a { background-color: #D4A24A; }
a { background-color: rgb(212,162,74); }
div.DivClassName
{
background-color: #D4A24A;
}
.BgClassName
{
background-color: #D4A24A;
}
</style>
border-color css
<style>
span { border-color: #D4A24A; }
span { border-color: rgb(212,162,74); }
td.TdClassName
{
border-color: #D4A24A;
}
.TagClassName
{
border-color: #D4A24A;
}
</style>