Shades of Rob Roy #DCAA5A
Tints of Rob Roy #DCAA5A
RGB
CMYK
RGB Variations
Color information
#DCAA5A (or 0xDCAA5A) is known color: Rob Roy. HEX triplet: DC, AA and 5A. RGB value is (220,170,90). Sum of RGB (Red+Green+Blue) = 220+170+90=480 (63% of max value = 765). Red value is 220 (86.33% from 255 or 45.83% from 480); Green value is 170 (66.80% from 255 or 35.42% from 480); Blue value is 90 (35.55% from 255 or 18.75% from 480); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAA5A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DCAA5A is #2355A5. Grayscale: #B0B0B0. Windows color (decimal): -2315686 or 5941980. OLE color: 5941980.
HSL color Cylindrical-coordinate representation of color #DCAA5A: hue angle of 36.92º 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 #DCAA5A is Cyan = 0, Magento = 0.23, Yellow = 0.59 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 170 | 90 | - |
| CMYK | 0 | 0.23 | 0.59 | 0.14 |
| HSL | 36.92º | 0.65% | 0.61% | - |
| HSV(B) | 36.92º | 0.59% | 0.86% | - |
| XYZ | 45.74 | 44.7 | 15.89 | - |
| YUV | 175.83 | 79.57 | 159.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 170 | 90 | 0 | 0.23 | 0.59 | 0.14 | 36.92 | 0.65 | 0.61 |
| Hex | DC | AA | 5A | 0 | 17 | 3B | E | 25 | 41 | 3D |
| Octal | 334 | 252 | 132 | 0 | 27 | 73 | 16 | 45 | 101 | 75 |
| Binary | 11011100 | 10101010 | 1011010 | 0 | 10111 | 111011 | 1110 | 100101 | 1000001 | 111101 |
Color Harmonies of #DCAA5A
Complementary color
Monochromatic Colors of #DCAA5A
Black with #DCAA5A
Text Example
Text Example
White with #DCAA5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCAA5A; }
p { color: rgb(220,170,90); }
H1.HeaderClassName
{
color: #DCAA5A;
}
.AnyTagClassName
{
color: #DCAA5A;
}
</style>
background-color css
<style>
a { background-color: #DCAA5A; }
a { background-color: rgb(220,170,90); }
div.DivClassName
{
background-color: #DCAA5A;
}
.BgClassName
{
background-color: #DCAA5A;
}
</style>
border-color css
<style>
span { border-color: #DCAA5A; }
span { border-color: rgb(220,170,90); }
td.TdClassName
{
border-color: #DCAA5A;
}
.TagClassName
{
border-color: #DCAA5A;
}
</style>