Shades of Rob Roy #DCAC59
Tints of Rob Roy #DCAC59
RGB
CMYK
RGB Variations
Color information
#DCAC59 (or 0xDCAC59) is known color: Rob Roy. HEX triplet: DC, AC and 59. RGB value is (220,172,89). Sum of RGB (Red+Green+Blue) = 220+172+89=481 (63% of max value = 765). Red value is 220 (86.33% from 255 or 45.74% from 481); Green value is 172 (67.58% from 255 or 35.76% from 481); Blue value is 89 (35.16% from 255 or 18.50% from 481); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAC59 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DCAC59 is #2353A6. Grayscale: #B1B1B1. Windows color (decimal): -2315175 or 5876956. OLE color: 5876956.
HSL color Cylindrical-coordinate representation of color #DCAC59: hue angle of 38.02º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DCAC59 is Cyan = 0, Magento = 0.22, Yellow = 0.60 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 172 | 89 | - |
| CMYK | 0 | 0.22 | 0.60 | 0.14 |
| HSL | 38.02º | 0.65% | 0.61% | - |
| HSV(B) | 38.02º | 0.6% | 0.86% | - |
| XYZ | 46.07 | 45.44 | 15.79 | - |
| YUV | 176.89 | 78.4 | 158.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 172 | 89 | 0 | 0.22 | 0.60 | 0.14 | 38.02 | 0.65 | 0.61 |
| Hex | DC | AC | 59 | 0 | 16 | 3C | E | 26 | 41 | 3D |
| Octal | 334 | 254 | 131 | 0 | 26 | 74 | 16 | 46 | 101 | 75 |
| Binary | 11011100 | 10101100 | 1011001 | 0 | 10110 | 111100 | 1110 | 100110 | 1000001 | 111101 |
Color Harmonies of #DCAC59
Complementary color
Monochromatic Colors of #DCAC59
Black with #DCAC59
Text Example
Text Example
White with #DCAC59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCAC59; }
p { color: rgb(220,172,89); }
H1.HeaderClassName
{
color: #DCAC59;
}
.AnyTagClassName
{
color: #DCAC59;
}
</style>
background-color css
<style>
a { background-color: #DCAC59; }
a { background-color: rgb(220,172,89); }
div.DivClassName
{
background-color: #DCAC59;
}
.BgClassName
{
background-color: #DCAC59;
}
</style>
border-color css
<style>
span { border-color: #DCAC59; }
span { border-color: rgb(220,172,89); }
td.TdClassName
{
border-color: #DCAC59;
}
.TagClassName
{
border-color: #DCAC59;
}
</style>