Shades of Rob Roy #DCAA5C
Tints of Rob Roy #DCAA5C
RGB
CMYK
RGB Variations
Color information
#DCAA5C (or 0xDCAA5C) is known color: Rob Roy. HEX triplet: DC, AA and 5C. RGB value is (220,170,92). Sum of RGB (Red+Green+Blue) = 220+170+92=482 (63% of max value = 765). Red value is 220 (86.33% from 255 or 45.64% from 482); Green value is 170 (66.80% from 255 or 35.27% from 482); Blue value is 92 (36.33% from 255 or 19.09% from 482); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAA5C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DCAA5C is #2355A3. Grayscale: #B0B0B0. Windows color (decimal): -2315684 or 6073052. OLE color: 6073052.
HSL color Cylindrical-coordinate representation of color #DCAA5C: hue angle of 36.56º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DCAA5C is Cyan = 0, Magento = 0.23, Yellow = 0.58 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 170 | 92 | - |
| CMYK | 0 | 0.23 | 0.58 | 0.14 |
| HSL | 36.56º | 0.65% | 0.61% | - |
| HSV(B) | 36.56º | 0.58% | 0.86% | - |
| XYZ | 45.82 | 44.74 | 16.35 | - |
| YUV | 176.06 | 80.57 | 159.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 170 | 92 | 0 | 0.23 | 0.58 | 0.14 | 36.56 | 0.65 | 0.61 |
| Hex | DC | AA | 5C | 0 | 17 | 3A | E | 25 | 41 | 3D |
| Octal | 334 | 252 | 134 | 0 | 27 | 72 | 16 | 45 | 101 | 75 |
| Binary | 11011100 | 10101010 | 1011100 | 0 | 10111 | 111010 | 1110 | 100101 | 1000001 | 111101 |
Color Harmonies of #DCAA5C
Complementary color
Monochromatic Colors of #DCAA5C
Black with #DCAA5C
Text Example
Text Example
White with #DCAA5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCAA5C; }
p { color: rgb(220,170,92); }
H1.HeaderClassName
{
color: #DCAA5C;
}
.AnyTagClassName
{
color: #DCAA5C;
}
</style>
background-color css
<style>
a { background-color: #DCAA5C; }
a { background-color: rgb(220,170,92); }
div.DivClassName
{
background-color: #DCAA5C;
}
.BgClassName
{
background-color: #DCAA5C;
}
</style>
border-color css
<style>
span { border-color: #DCAA5C; }
span { border-color: rgb(220,170,92); }
td.TdClassName
{
border-color: #DCAA5C;
}
.TagClassName
{
border-color: #DCAA5C;
}
</style>