Shades of Rob Roy #DCA34D
Tints of Rob Roy #DCA34D
RGB
CMYK
RGB Variations
Color information
#DCA34D (or 0xDCA34D) is known color: Rob Roy. HEX triplet: DC, A3 and 4D. RGB value is (220,163,77). Sum of RGB (Red+Green+Blue) = 220+163+77=460 (60% of max value = 765). Red value is 220 (86.33% from 255 or 47.83% from 460); Green value is 163 (64.06% from 255 or 35.43% from 460); Blue value is 77 (30.47% from 255 or 16.74% from 460); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA34D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DCA34D is #235CB2. Grayscale: #AAAAAA. Windows color (decimal): -2317491 or 5088220. OLE color: 5088220.
HSL color Cylindrical-coordinate representation of color #DCA34D: hue angle of 36.08º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #DCA34D is Cyan = 0, Magento = 0.26, Yellow = 0.65 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 163 | 77 | - |
| CMYK | 0 | 0.26 | 0.65 | 0.14 |
| HSL | 36.08º | 0.67% | 0.58% | - |
| HSV(B) | 36.08º | 0.65% | 0.86% | - |
| XYZ | 43.95 | 41.95 | 12.8 | - |
| YUV | 170.24 | 75.38 | 163.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 163 | 77 | 0 | 0.26 | 0.65 | 0.14 | 36.08 | 0.67 | 0.58 |
| Hex | DC | A3 | 4D | 0 | 1A | 41 | E | 24 | 43 | 3A |
| Octal | 334 | 243 | 115 | 0 | 32 | 101 | 16 | 44 | 103 | 72 |
| Binary | 11011100 | 10100011 | 1001101 | 0 | 11010 | 1000001 | 1110 | 100100 | 1000011 | 111010 |
Color Harmonies of #DCA34D
Complementary color
Monochromatic Colors of #DCA34D
Black with #DCA34D
Text Example
Text Example
White with #DCA34D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCA34D; }
p { color: rgb(220,163,77); }
H1.HeaderClassName
{
color: #DCA34D;
}
.AnyTagClassName
{
color: #DCA34D;
}
</style>
background-color css
<style>
a { background-color: #DCA34D; }
a { background-color: rgb(220,163,77); }
div.DivClassName
{
background-color: #DCA34D;
}
.BgClassName
{
background-color: #DCA34D;
}
</style>
border-color css
<style>
span { border-color: #DCA34D; }
span { border-color: rgb(220,163,77); }
td.TdClassName
{
border-color: #DCA34D;
}
.TagClassName
{
border-color: #DCA34D;
}
</style>