Shades of Rob Roy #DCAC54
Tints of Rob Roy #DCAC54
RGB
CMYK
RGB Variations
Color information
#DCAC54 (or 0xDCAC54) is known color: Rob Roy. HEX triplet: DC, AC and 54. RGB value is (220,172,84). Sum of RGB (Red+Green+Blue) = 220+172+84=476 (63% of max value = 765). Red value is 220 (86.33% from 255 or 46.22% from 476); Green value is 172 (67.58% from 255 or 36.13% from 476); Blue value is 84 (33.20% from 255 or 17.65% from 476); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAC54 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DCAC54 is #2353AB. Grayscale: #B0B0B0. Windows color (decimal): -2315180 or 5549276. OLE color: 5549276.
HSL color Cylindrical-coordinate representation of color #DCAC54: hue angle of 38.82º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #DCAC54 is Cyan = 0, Magento = 0.22, Yellow = 0.62 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 172 | 84 | - |
| CMYK | 0 | 0.22 | 0.62 | 0.14 |
| HSL | 38.82º | 0.66% | 0.6% | - |
| HSV(B) | 38.82º | 0.62% | 0.86% | - |
| XYZ | 45.87 | 45.36 | 14.73 | - |
| YUV | 176.32 | 75.9 | 159.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 172 | 84 | 0 | 0.22 | 0.62 | 0.14 | 38.82 | 0.66 | 0.6 |
| Hex | DC | AC | 54 | 0 | 16 | 3E | E | 27 | 42 | 3C |
| Octal | 334 | 254 | 124 | 0 | 26 | 76 | 16 | 47 | 102 | 74 |
| Binary | 11011100 | 10101100 | 1010100 | 0 | 10110 | 111110 | 1110 | 100111 | 1000010 | 111100 |
Color Harmonies of #DCAC54
Complementary color
Monochromatic Colors of #DCAC54
Black with #DCAC54
Text Example
Text Example
White with #DCAC54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCAC54; }
p { color: rgb(220,172,84); }
H1.HeaderClassName
{
color: #DCAC54;
}
.AnyTagClassName
{
color: #DCAC54;
}
</style>
background-color css
<style>
a { background-color: #DCAC54; }
a { background-color: rgb(220,172,84); }
div.DivClassName
{
background-color: #DCAC54;
}
.BgClassName
{
background-color: #DCAC54;
}
</style>
border-color css
<style>
span { border-color: #DCAC54; }
span { border-color: rgb(220,172,84); }
td.TdClassName
{
border-color: #DCAC54;
}
.TagClassName
{
border-color: #DCAC54;
}
</style>