Shades of Rob Roy #DCAC4A
Tints of Rob Roy #DCAC4A
RGB
CMYK
RGB Variations
Color information
#DCAC4A (or 0xDCAC4A) is known color: Rob Roy. HEX triplet: DC, AC and 4A. RGB value is (220,172,74). Sum of RGB (Red+Green+Blue) = 220+172+74=466 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.21% from 466); Green value is 172 (67.58% from 255 or 36.91% from 466); Blue value is 74 (29.30% from 255 or 15.88% from 466); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAC4A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DCAC4A is #2353B5. Grayscale: #AFAFAF. Windows color (decimal): -2315190 or 4893916. OLE color: 4893916.
HSL color Cylindrical-coordinate representation of color #DCAC4A: hue angle of 40.27º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #DCAC4A is Cyan = 0, Magento = 0.22, Yellow = 0.66 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 172 | 74 | - |
| CMYK | 0 | 0.22 | 0.66 | 0.14 |
| HSL | 40.27º | 0.68% | 0.58% | - |
| HSV(B) | 40.27º | 0.66% | 0.86% | - |
| XYZ | 45.5 | 45.22 | 12.81 | - |
| YUV | 175.18 | 70.9 | 159.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 172 | 74 | 0 | 0.22 | 0.66 | 0.14 | 40.27 | 0.68 | 0.58 |
| Hex | DC | AC | 4A | 0 | 16 | 42 | E | 28 | 44 | 3A |
| Octal | 334 | 254 | 112 | 0 | 26 | 102 | 16 | 50 | 104 | 72 |
| Binary | 11011100 | 10101100 | 1001010 | 0 | 10110 | 1000010 | 1110 | 101000 | 1000100 | 111010 |
Color Harmonies of #DCAC4A
Complementary color
Monochromatic Colors of #DCAC4A
Black with #DCAC4A
Text Example
Text Example
White with #DCAC4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCAC4A; }
p { color: rgb(220,172,74); }
H1.HeaderClassName
{
color: #DCAC4A;
}
.AnyTagClassName
{
color: #DCAC4A;
}
</style>
background-color css
<style>
a { background-color: #DCAC4A; }
a { background-color: rgb(220,172,74); }
div.DivClassName
{
background-color: #DCAC4A;
}
.BgClassName
{
background-color: #DCAC4A;
}
</style>
border-color css
<style>
span { border-color: #DCAC4A; }
span { border-color: rgb(220,172,74); }
td.TdClassName
{
border-color: #DCAC4A;
}
.TagClassName
{
border-color: #DCAC4A;
}
</style>