Shades of Rob Roy #D2A74C
Tints of Rob Roy #D2A74C
RGB
CMYK
RGB Variations
Color information
#D2A74C (or 0xD2A74C) is known color: Rob Roy. HEX triplet: D2, A7 and 4C. RGB value is (210,167,76). Sum of RGB (Red+Green+Blue) = 210+167+76=453 (60% of max value = 765). Red value is 210 (82.42% from 255 or 46.36% from 453); Green value is 167 (65.62% from 255 or 36.87% from 453); Blue value is 76 (30.08% from 255 or 16.78% from 453); Max value from RGB is 210 - color contains mainly: red. Hex color #D2A74C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D2A74C is #2D58B3. Grayscale: #A9A9A9. Windows color (decimal): -2971828 or 5023698. OLE color: 5023698.
HSL color Cylindrical-coordinate representation of color #D2A74C: hue angle of 40.75º degrees, saturation: 0.6, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D2A74C is Cyan = 0, Magento = 0.20, Yellow = 0.64 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 167 | 76 | - |
| CMYK | 0 | 0.20 | 0.64 | 0.18 |
| HSL | 40.75º | 0.6% | 0.56% | - |
| HSV(B) | 40.75º | 0.64% | 0.82% | - |
| XYZ | 41.7 | 41.86 | 12.72 | - |
| YUV | 169.48 | 75.25 | 156.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 167 | 76 | 0 | 0.20 | 0.64 | 0.18 | 40.75 | 0.6 | 0.56 |
| Hex | D2 | A7 | 4C | 0 | 14 | 40 | 12 | 29 | 3C | 38 |
| Octal | 322 | 247 | 114 | 0 | 24 | 100 | 22 | 51 | 74 | 70 |
| Binary | 11010010 | 10100111 | 1001100 | 0 | 10100 | 1000000 | 10010 | 101001 | 111100 | 111000 |
Color Harmonies of #D2A74C
Complementary color
Monochromatic Colors of #D2A74C
Black with #D2A74C
Text Example
Text Example
White with #D2A74C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2A74C; }
p { color: rgb(210,167,76); }
H1.HeaderClassName
{
color: #D2A74C;
}
.AnyTagClassName
{
color: #D2A74C;
}
</style>
background-color css
<style>
a { background-color: #D2A74C; }
a { background-color: rgb(210,167,76); }
div.DivClassName
{
background-color: #D2A74C;
}
.BgClassName
{
background-color: #D2A74C;
}
</style>
border-color css
<style>
span { border-color: #D2A74C; }
span { border-color: rgb(210,167,76); }
td.TdClassName
{
border-color: #D2A74C;
}
.TagClassName
{
border-color: #D2A74C;
}
</style>