Shades of Rob Roy #DCAC4D
Tints of Rob Roy #DCAC4D
RGB
CMYK
RGB Variations
Color information
#DCAC4D (or 0xDCAC4D) is known color: Rob Roy. HEX triplet: DC, AC and 4D. RGB value is (220,172,77). Sum of RGB (Red+Green+Blue) = 220+172+77=469 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.91% from 469); Green value is 172 (67.58% from 255 or 36.67% from 469); Blue value is 77 (30.47% from 255 or 16.42% from 469); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAC4D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DCAC4D is #2353B2. Grayscale: #AFAFAF. Windows color (decimal): -2315187 or 5090524. OLE color: 5090524.
HSL color Cylindrical-coordinate representation of color #DCAC4D: hue angle of 39.86º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #DCAC4D is Cyan = 0, Magento = 0.22, Yellow = 0.65 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 172 | 77 | - |
| CMYK | 0 | 0.22 | 0.65 | 0.14 |
| HSL | 39.86º | 0.67% | 0.58% | - |
| HSV(B) | 39.86º | 0.65% | 0.86% | - |
| XYZ | 45.61 | 45.26 | 13.35 | - |
| YUV | 175.52 | 72.4 | 159.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 172 | 77 | 0 | 0.22 | 0.65 | 0.14 | 39.86 | 0.67 | 0.58 |
| Hex | DC | AC | 4D | 0 | 16 | 41 | E | 28 | 43 | 3A |
| Octal | 334 | 254 | 115 | 0 | 26 | 101 | 16 | 50 | 103 | 72 |
| Binary | 11011100 | 10101100 | 1001101 | 0 | 10110 | 1000001 | 1110 | 101000 | 1000011 | 111010 |
Color Harmonies of #DCAC4D
Complementary color
Monochromatic Colors of #DCAC4D
Black with #DCAC4D
Text Example
Text Example
White with #DCAC4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCAC4D; }
p { color: rgb(220,172,77); }
H1.HeaderClassName
{
color: #DCAC4D;
}
.AnyTagClassName
{
color: #DCAC4D;
}
</style>
background-color css
<style>
a { background-color: #DCAC4D; }
a { background-color: rgb(220,172,77); }
div.DivClassName
{
background-color: #DCAC4D;
}
.BgClassName
{
background-color: #DCAC4D;
}
</style>
border-color css
<style>
span { border-color: #DCAC4D; }
span { border-color: rgb(220,172,77); }
td.TdClassName
{
border-color: #DCAC4D;
}
.TagClassName
{
border-color: #DCAC4D;
}
</style>