Shades of Rob Roy #DCAA50
Tints of Rob Roy #DCAA50
RGB
CMYK
RGB Variations
Color information
#DCAA50 (or 0xDCAA50) is known color: Rob Roy. HEX triplet: DC, AA and 50. RGB value is (220,170,80). Sum of RGB (Red+Green+Blue) = 220+170+80=470 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.81% from 470); Green value is 170 (66.80% from 255 or 36.17% from 470); Blue value is 80 (31.64% from 255 or 17.02% from 470); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAA50 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DCAA50 is #2355AF. Grayscale: #AFAFAF. Windows color (decimal): -2315696 or 5286620. OLE color: 5286620.
HSL color Cylindrical-coordinate representation of color #DCAA50: hue angle of 38.57º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #DCAA50 is Cyan = 0, Magento = 0.23, Yellow = 0.64 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 170 | 80 | - |
| CMYK | 0 | 0.23 | 0.64 | 0.14 |
| HSL | 38.57º | 0.67% | 0.59% | - |
| HSV(B) | 38.57º | 0.64% | 0.86% | - |
| XYZ | 45.34 | 44.54 | 13.8 | - |
| YUV | 174.69 | 74.57 | 160.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 170 | 80 | 0 | 0.23 | 0.64 | 0.14 | 38.57 | 0.67 | 0.59 |
| Hex | DC | AA | 50 | 0 | 17 | 40 | E | 27 | 43 | 3B |
| Octal | 334 | 252 | 120 | 0 | 27 | 100 | 16 | 47 | 103 | 73 |
| Binary | 11011100 | 10101010 | 1010000 | 0 | 10111 | 1000000 | 1110 | 100111 | 1000011 | 111011 |
Color Harmonies of #DCAA50
Complementary color
Monochromatic Colors of #DCAA50
Black with #DCAA50
Text Example
Text Example
White with #DCAA50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCAA50; }
p { color: rgb(220,170,80); }
H1.HeaderClassName
{
color: #DCAA50;
}
.AnyTagClassName
{
color: #DCAA50;
}
</style>
background-color css
<style>
a { background-color: #DCAA50; }
a { background-color: rgb(220,170,80); }
div.DivClassName
{
background-color: #DCAA50;
}
.BgClassName
{
background-color: #DCAA50;
}
</style>
border-color css
<style>
span { border-color: #DCAA50; }
span { border-color: rgb(220,170,80); }
td.TdClassName
{
border-color: #DCAA50;
}
.TagClassName
{
border-color: #DCAA50;
}
</style>