Shades of Rob Roy #DCAA55
Tints of Rob Roy #DCAA55
RGB
CMYK
RGB Variations
Color information
#DCAA55 (or 0xDCAA55) is known color: Rob Roy. HEX triplet: DC, AA and 55. RGB value is (220,170,85). Sum of RGB (Red+Green+Blue) = 220+170+85=475 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.32% from 475); Green value is 170 (66.80% from 255 or 35.79% from 475); Blue value is 85 (33.59% from 255 or 17.89% from 475); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAA55 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DCAA55 is #2355AA. Grayscale: #AFAFAF. Windows color (decimal): -2315691 or 5614300. OLE color: 5614300.
HSL color Cylindrical-coordinate representation of color #DCAA55: hue angle of 37.78º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #DCAA55 is Cyan = 0, Magento = 0.23, Yellow = 0.61 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 170 | 85 | - |
| CMYK | 0 | 0.23 | 0.61 | 0.14 |
| HSL | 37.78º | 0.66% | 0.6% | - |
| HSV(B) | 37.78º | 0.61% | 0.86% | - |
| XYZ | 45.53 | 44.62 | 14.81 | - |
| YUV | 175.26 | 77.07 | 159.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 170 | 85 | 0 | 0.23 | 0.61 | 0.14 | 37.78 | 0.66 | 0.6 |
| Hex | DC | AA | 55 | 0 | 17 | 3D | E | 26 | 42 | 3C |
| Octal | 334 | 252 | 125 | 0 | 27 | 75 | 16 | 46 | 102 | 74 |
| Binary | 11011100 | 10101010 | 1010101 | 0 | 10111 | 111101 | 1110 | 100110 | 1000010 | 111100 |
Color Harmonies of #DCAA55
Complementary color
Monochromatic Colors of #DCAA55
Black with #DCAA55
Text Example
Text Example
White with #DCAA55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCAA55; }
p { color: rgb(220,170,85); }
H1.HeaderClassName
{
color: #DCAA55;
}
.AnyTagClassName
{
color: #DCAA55;
}
</style>
background-color css
<style>
a { background-color: #DCAA55; }
a { background-color: rgb(220,170,85); }
div.DivClassName
{
background-color: #DCAA55;
}
.BgClassName
{
background-color: #DCAA55;
}
</style>
border-color css
<style>
span { border-color: #DCAA55; }
span { border-color: rgb(220,170,85); }
td.TdClassName
{
border-color: #DCAA55;
}
.TagClassName
{
border-color: #DCAA55;
}
</style>