Shades of Rob Roy #DCA85D
Tints of Rob Roy #DCA85D
RGB
CMYK
RGB Variations
Color information
#DCA85D (or 0xDCA85D) is known color: Rob Roy. HEX triplet: DC, A8 and 5D. RGB value is (220,168,93). Sum of RGB (Red+Green+Blue) = 220+168+93=481 (63% of max value = 765). Red value is 220 (86.33% from 255 or 45.74% from 481); Green value is 168 (66.02% from 255 or 34.93% from 481); Blue value is 93 (36.72% from 255 or 19.33% from 481); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA85D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DCA85D is #2357A2. Grayscale: #AFAFAF. Windows color (decimal): -2316195 or 6138076. OLE color: 6138076.
HSL color Cylindrical-coordinate representation of color #DCA85D: hue angle of 35.43º degrees, saturation: 0.64, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DCA85D is Cyan = 0, Magento = 0.24, Yellow = 0.58 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 168 | 93 | - |
| CMYK | 0 | 0.24 | 0.58 | 0.14 |
| HSL | 35.43º | 0.64% | 0.61% | - |
| HSV(B) | 35.43º | 0.58% | 0.86% | - |
| XYZ | 45.49 | 44.01 | 16.45 | - |
| YUV | 175 | 81.73 | 160.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 168 | 93 | 0 | 0.24 | 0.58 | 0.14 | 35.43 | 0.64 | 0.61 |
| Hex | DC | A8 | 5D | 0 | 18 | 3A | E | 23 | 40 | 3D |
| Octal | 334 | 250 | 135 | 0 | 30 | 72 | 16 | 43 | 100 | 75 |
| Binary | 11011100 | 10101000 | 1011101 | 0 | 11000 | 111010 | 1110 | 100011 | 1000000 | 111101 |
Color Harmonies of #DCA85D
Complementary color
Monochromatic Colors of #DCA85D
Black with #DCA85D
Text Example
Text Example
White with #DCA85D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCA85D; }
p { color: rgb(220,168,93); }
H1.HeaderClassName
{
color: #DCA85D;
}
.AnyTagClassName
{
color: #DCA85D;
}
</style>
background-color css
<style>
a { background-color: #DCA85D; }
a { background-color: rgb(220,168,93); }
div.DivClassName
{
background-color: #DCA85D;
}
.BgClassName
{
background-color: #DCA85D;
}
</style>
border-color css
<style>
span { border-color: #DCA85D; }
span { border-color: rgb(220,168,93); }
td.TdClassName
{
border-color: #DCA85D;
}
.TagClassName
{
border-color: #DCA85D;
}
</style>