Shades of Rob Roy #DCAC53
Tints of Rob Roy #DCAC53
RGB
CMYK
RGB Variations
Color information
#DCAC53 (or 0xDCAC53) is known color: Rob Roy. HEX triplet: DC, AC and 53. RGB value is (220,172,83). Sum of RGB (Red+Green+Blue) = 220+172+83=475 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.32% from 475); Green value is 172 (67.58% from 255 or 36.21% from 475); Blue value is 83 (32.81% from 255 or 17.47% from 475); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAC53 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DCAC53 is #2353AC. Grayscale: #B0B0B0. Windows color (decimal): -2315181 or 5483740. OLE color: 5483740.
HSL color Cylindrical-coordinate representation of color #DCAC53: hue angle of 38.98º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #DCAC53 is Cyan = 0, Magento = 0.22, Yellow = 0.62 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 172 | 83 | - |
| CMYK | 0 | 0.22 | 0.62 | 0.14 |
| HSL | 38.98º | 0.66% | 0.59% | - |
| HSV(B) | 38.98º | 0.62% | 0.86% | - |
| XYZ | 45.83 | 45.35 | 14.52 | - |
| YUV | 176.21 | 75.4 | 159.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 172 | 83 | 0 | 0.22 | 0.62 | 0.14 | 38.98 | 0.66 | 0.59 |
| Hex | DC | AC | 53 | 0 | 16 | 3E | E | 27 | 42 | 3B |
| Octal | 334 | 254 | 123 | 0 | 26 | 76 | 16 | 47 | 102 | 73 |
| Binary | 11011100 | 10101100 | 1010011 | 0 | 10110 | 111110 | 1110 | 100111 | 1000010 | 111011 |
Color Harmonies of #DCAC53
Complementary color
Monochromatic Colors of #DCAC53
Black with #DCAC53
Text Example
Text Example
White with #DCAC53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCAC53; }
p { color: rgb(220,172,83); }
H1.HeaderClassName
{
color: #DCAC53;
}
.AnyTagClassName
{
color: #DCAC53;
}
</style>
background-color css
<style>
a { background-color: #DCAC53; }
a { background-color: rgb(220,172,83); }
div.DivClassName
{
background-color: #DCAC53;
}
.BgClassName
{
background-color: #DCAC53;
}
</style>
border-color css
<style>
span { border-color: #DCAC53; }
span { border-color: rgb(220,172,83); }
td.TdClassName
{
border-color: #DCAC53;
}
.TagClassName
{
border-color: #DCAC53;
}
</style>