Shades of Rob Roy #DCAA57
Tints of Rob Roy #DCAA57
RGB
CMYK
RGB Variations
Color information
#DCAA57 (or 0xDCAA57) is known color: Rob Roy. HEX triplet: DC, AA and 57. RGB value is (220,170,87). Sum of RGB (Red+Green+Blue) = 220+170+87=477 (63% of max value = 765). Red value is 220 (86.33% from 255 or 46.12% from 477); Green value is 170 (66.80% from 255 or 35.64% from 477); Blue value is 87 (34.38% from 255 or 18.24% from 477); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAA57 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DCAA57 is #2355A8. Grayscale: #AFAFAF. Windows color (decimal): -2315689 or 5745372. OLE color: 5745372.
HSL color Cylindrical-coordinate representation of color #DCAA57: hue angle of 37.44º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DCAA57 is Cyan = 0, Magento = 0.23, Yellow = 0.60 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 170 | 87 | - |
| CMYK | 0 | 0.23 | 0.60 | 0.14 |
| HSL | 37.44º | 0.66% | 0.6% | - |
| HSV(B) | 37.44º | 0.6% | 0.86% | - |
| XYZ | 45.61 | 44.65 | 15.23 | - |
| YUV | 175.49 | 78.07 | 159.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 170 | 87 | 0 | 0.23 | 0.60 | 0.14 | 37.44 | 0.66 | 0.6 |
| Hex | DC | AA | 57 | 0 | 17 | 3C | E | 25 | 42 | 3C |
| Octal | 334 | 252 | 127 | 0 | 27 | 74 | 16 | 45 | 102 | 74 |
| Binary | 11011100 | 10101010 | 1010111 | 0 | 10111 | 111100 | 1110 | 100101 | 1000010 | 111100 |
Color Harmonies of #DCAA57
Complementary color
Monochromatic Colors of #DCAA57
Black with #DCAA57
Text Example
Text Example
White with #DCAA57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCAA57; }
p { color: rgb(220,170,87); }
H1.HeaderClassName
{
color: #DCAA57;
}
.AnyTagClassName
{
color: #DCAA57;
}
</style>
background-color css
<style>
a { background-color: #DCAA57; }
a { background-color: rgb(220,170,87); }
div.DivClassName
{
background-color: #DCAA57;
}
.BgClassName
{
background-color: #DCAA57;
}
</style>
border-color css
<style>
span { border-color: #DCAA57; }
span { border-color: rgb(220,170,87); }
td.TdClassName
{
border-color: #DCAA57;
}
.TagClassName
{
border-color: #DCAA57;
}
</style>