Shades of Rob Roy #DCAD50
Tints of Rob Roy #DCAD50
RGB
CMYK
RGB Variations
Color information
#DCAD50 (or 0xDCAD50) is known color: Rob Roy. HEX triplet: DC, AD and 50. RGB value is (220,173,80). Sum of RGB (Red+Green+Blue) = 220+173+80=473 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.51% from 473); Green value is 173 (67.97% from 255 or 36.58% from 473); Blue value is 80 (31.64% from 255 or 16.91% from 473); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAD50 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DCAD50 is #2352AF. Grayscale: #B0B0B0. Windows color (decimal): -2314928 or 5287388. OLE color: 5287388.
HSL color Cylindrical-coordinate representation of color #DCAD50: hue angle of 39.86º 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 #DCAD50 is Cyan = 0, Magento = 0.21, Yellow = 0.64 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 173 | 80 | - |
| CMYK | 0 | 0.21 | 0.64 | 0.14 |
| HSL | 39.86º | 0.67% | 0.59% | - |
| HSV(B) | 39.86º | 0.64% | 0.86% | - |
| XYZ | 45.91 | 45.68 | 13.99 | - |
| YUV | 176.45 | 73.57 | 159.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 173 | 80 | 0 | 0.21 | 0.64 | 0.14 | 39.86 | 0.67 | 0.59 |
| Hex | DC | AD | 50 | 0 | 15 | 40 | E | 28 | 43 | 3B |
| Octal | 334 | 255 | 120 | 0 | 25 | 100 | 16 | 50 | 103 | 73 |
| Binary | 11011100 | 10101101 | 1010000 | 0 | 10101 | 1000000 | 1110 | 101000 | 1000011 | 111011 |
Color Harmonies of #DCAD50
Complementary color
Monochromatic Colors of #DCAD50
Black with #DCAD50
Text Example
Text Example
White with #DCAD50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCAD50; }
p { color: rgb(220,173,80); }
H1.HeaderClassName
{
color: #DCAD50;
}
.AnyTagClassName
{
color: #DCAD50;
}
</style>
background-color css
<style>
a { background-color: #DCAD50; }
a { background-color: rgb(220,173,80); }
div.DivClassName
{
background-color: #DCAD50;
}
.BgClassName
{
background-color: #DCAD50;
}
</style>
border-color css
<style>
span { border-color: #DCAD50; }
span { border-color: rgb(220,173,80); }
td.TdClassName
{
border-color: #DCAD50;
}
.TagClassName
{
border-color: #DCAD50;
}
</style>