Shades of Rob Roy #DCAC58
Tints of Rob Roy #DCAC58
RGB
CMYK
RGB Variations
Color information
#DCAC58 (or 0xDCAC58) is known color: Rob Roy. HEX triplet: DC, AC and 58. RGB value is (220,172,88). Sum of RGB (Red+Green+Blue) = 220+172+88=480 (63% of max value = 765). Red value is 220 (86.33% from 255 or 45.83% from 480); Green value is 172 (67.58% from 255 or 35.83% from 480); Blue value is 88 (34.77% from 255 or 18.33% from 480); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAC58 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DCAC58 is #2353A7. Grayscale: #B1B1B1. Windows color (decimal): -2315176 or 5811420. OLE color: 5811420.
HSL color Cylindrical-coordinate representation of color #DCAC58: hue angle of 38.18º degrees, saturation: 0.65, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DCAC58 is Cyan = 0, Magento = 0.22, Yellow = 0.6 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 172 | 88 | - |
| CMYK | 0 | 0.22 | 0.6 | 0.14 |
| HSL | 38.18º | 0.65% | 0.6% | - |
| HSV(B) | 38.18º | 0.6% | 0.86% | - |
| XYZ | 46.03 | 45.43 | 15.57 | - |
| YUV | 176.78 | 77.9 | 158.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 172 | 88 | 0 | 0.22 | 0.6 | 0.14 | 38.18 | 0.65 | 0.6 |
| Hex | DC | AC | 58 | 0 | 16 | 3C | E | 26 | 41 | 3C |
| Octal | 334 | 254 | 130 | 0 | 26 | 74 | 16 | 46 | 101 | 74 |
| Binary | 11011100 | 10101100 | 1011000 | 0 | 10110 | 111100 | 1110 | 100110 | 1000001 | 111100 |
Color Harmonies of #DCAC58
Complementary color
Monochromatic Colors of #DCAC58
Black with #DCAC58
Text Example
Text Example
White with #DCAC58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCAC58; }
p { color: rgb(220,172,88); }
H1.HeaderClassName
{
color: #DCAC58;
}
.AnyTagClassName
{
color: #DCAC58;
}
</style>
background-color css
<style>
a { background-color: #DCAC58; }
a { background-color: rgb(220,172,88); }
div.DivClassName
{
background-color: #DCAC58;
}
.BgClassName
{
background-color: #DCAC58;
}
</style>
border-color css
<style>
span { border-color: #DCAC58; }
span { border-color: rgb(220,172,88); }
td.TdClassName
{
border-color: #DCAC58;
}
.TagClassName
{
border-color: #DCAC58;
}
</style>