Shades of Rob Roy #DCAC5A
Tints of Rob Roy #DCAC5A
RGB
CMYK
RGB Variations
Color information
#DCAC5A (or 0xDCAC5A) is known color: Rob Roy. HEX triplet: DC, AC and 5A. RGB value is (220,172,90). Sum of RGB (Red+Green+Blue) = 220+172+90=482 (63% of max value = 765). Red value is 220 (86.33% from 255 or 45.64% from 482); Green value is 172 (67.58% from 255 or 35.68% from 482); Blue value is 90 (35.55% from 255 or 18.67% from 482); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAC5A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DCAC5A is #2353A5. Grayscale: #B1B1B1. Windows color (decimal): -2315174 or 5942492. OLE color: 5942492.
HSL color Cylindrical-coordinate representation of color #DCAC5A: hue angle of 37.85º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #DCAC5A is Cyan = 0, Magento = 0.22, Yellow = 0.59 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 172 | 90 | - |
| CMYK | 0 | 0.22 | 0.59 | 0.14 |
| HSL | 37.85º | 0.65% | 0.61% | - |
| HSV(B) | 37.85º | 0.59% | 0.86% | - |
| XYZ | 46.11 | 45.46 | 16.02 | - |
| YUV | 177 | 78.9 | 158.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 172 | 90 | 0 | 0.22 | 0.59 | 0.14 | 37.85 | 0.65 | 0.61 |
| Hex | DC | AC | 5A | 0 | 16 | 3B | E | 26 | 41 | 3D |
| Octal | 334 | 254 | 132 | 0 | 26 | 73 | 16 | 46 | 101 | 75 |
| Binary | 11011100 | 10101100 | 1011010 | 0 | 10110 | 111011 | 1110 | 100110 | 1000001 | 111101 |
Color Harmonies of #DCAC5A
Complementary color
Monochromatic Colors of #DCAC5A
Black with #DCAC5A
Text Example
Text Example
White with #DCAC5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCAC5A; }
p { color: rgb(220,172,90); }
H1.HeaderClassName
{
color: #DCAC5A;
}
.AnyTagClassName
{
color: #DCAC5A;
}
</style>
background-color css
<style>
a { background-color: #DCAC5A; }
a { background-color: rgb(220,172,90); }
div.DivClassName
{
background-color: #DCAC5A;
}
.BgClassName
{
background-color: #DCAC5A;
}
</style>
border-color css
<style>
span { border-color: #DCAC5A; }
span { border-color: rgb(220,172,90); }
td.TdClassName
{
border-color: #DCAC5A;
}
.TagClassName
{
border-color: #DCAC5A;
}
</style>