Shades of Rob Roy #DCA653
Tints of Rob Roy #DCA653
RGB
CMYK
RGB Variations
Color information
#DCA653 (or 0xDCA653) is known color: Rob Roy. HEX triplet: DC, A6 and 53. RGB value is (220,166,83). Sum of RGB (Red+Green+Blue) = 220+166+83=469 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.91% from 469); Green value is 166 (65.23% from 255 or 35.39% from 469); Blue value is 83 (32.81% from 255 or 17.70% from 469); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA653 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DCA653 is #2359AC. Grayscale: #ADADAD. Windows color (decimal): -2316717 or 5482204. OLE color: 5482204.
HSL color Cylindrical-coordinate representation of color #DCA653: hue angle of 36.35º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #DCA653 is Cyan = 0, Magento = 0.25, Yellow = 0.62 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 166 | 83 | - |
| CMYK | 0 | 0.25 | 0.62 | 0.14 |
| HSL | 36.35º | 0.66% | 0.59% | - |
| HSV(B) | 36.35º | 0.62% | 0.86% | - |
| XYZ | 44.71 | 43.11 | 14.15 | - |
| YUV | 172.68 | 77.39 | 161.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 166 | 83 | 0 | 0.25 | 0.62 | 0.14 | 36.35 | 0.66 | 0.59 |
| Hex | DC | A6 | 53 | 0 | 19 | 3E | E | 24 | 42 | 3B |
| Octal | 334 | 246 | 123 | 0 | 31 | 76 | 16 | 44 | 102 | 73 |
| Binary | 11011100 | 10100110 | 1010011 | 0 | 11001 | 111110 | 1110 | 100100 | 1000010 | 111011 |
Color Harmonies of #DCA653
Complementary color
Monochromatic Colors of #DCA653
Black with #DCA653
Text Example
Text Example
White with #DCA653
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCA653; }
p { color: rgb(220,166,83); }
H1.HeaderClassName
{
color: #DCA653;
}
.AnyTagClassName
{
color: #DCA653;
}
</style>
background-color css
<style>
a { background-color: #DCA653; }
a { background-color: rgb(220,166,83); }
div.DivClassName
{
background-color: #DCA653;
}
.BgClassName
{
background-color: #DCA653;
}
</style>
border-color css
<style>
span { border-color: #DCA653; }
span { border-color: rgb(220,166,83); }
td.TdClassName
{
border-color: #DCA653;
}
.TagClassName
{
border-color: #DCA653;
}
</style>