Shades of Rob Roy #DCAC57
Tints of Rob Roy #DCAC57
RGB
CMYK
RGB Variations
Color information
#DCAC57 (or 0xDCAC57) is known color: Rob Roy. HEX triplet: DC, AC and 57. RGB value is (220,172,87). Sum of RGB (Red+Green+Blue) = 220+172+87=479 (63% of max value = 765). Red value is 220 (86.33% from 255 or 45.93% from 479); Green value is 172 (67.58% from 255 or 35.91% from 479); Blue value is 87 (34.38% from 255 or 18.16% from 479); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAC57 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DCAC57 is #2353A8. Grayscale: #B1B1B1. Windows color (decimal): -2315177 or 5745884. OLE color: 5745884.
HSL color Cylindrical-coordinate representation of color #DCAC57: hue angle of 38.35º degrees, saturation: 0.66, 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 #DCAC57 is Cyan = 0, Magento = 0.22, Yellow = 0.60 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 172 | 87 | - |
| CMYK | 0 | 0.22 | 0.60 | 0.14 |
| HSL | 38.35º | 0.66% | 0.6% | - |
| HSV(B) | 38.35º | 0.6% | 0.86% | - |
| XYZ | 45.99 | 45.41 | 15.36 | - |
| YUV | 176.66 | 77.4 | 158.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 172 | 87 | 0 | 0.22 | 0.60 | 0.14 | 38.35 | 0.66 | 0.6 |
| Hex | DC | AC | 57 | 0 | 16 | 3C | E | 26 | 42 | 3C |
| Octal | 334 | 254 | 127 | 0 | 26 | 74 | 16 | 46 | 102 | 74 |
| Binary | 11011100 | 10101100 | 1010111 | 0 | 10110 | 111100 | 1110 | 100110 | 1000010 | 111100 |
Color Harmonies of #DCAC57
Complementary color
Monochromatic Colors of #DCAC57
Black with #DCAC57
Text Example
Text Example
White with #DCAC57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCAC57; }
p { color: rgb(220,172,87); }
H1.HeaderClassName
{
color: #DCAC57;
}
.AnyTagClassName
{
color: #DCAC57;
}
</style>
background-color css
<style>
a { background-color: #DCAC57; }
a { background-color: rgb(220,172,87); }
div.DivClassName
{
background-color: #DCAC57;
}
.BgClassName
{
background-color: #DCAC57;
}
</style>
border-color css
<style>
span { border-color: #DCAC57; }
span { border-color: rgb(220,172,87); }
td.TdClassName
{
border-color: #DCAC57;
}
.TagClassName
{
border-color: #DCAC57;
}
</style>