Shades of Rob Roy #DCA94A
Tints of Rob Roy #DCA94A
RGB
CMYK
RGB Variations
Color information
#DCA94A (or 0xDCA94A) is known color: Rob Roy. HEX triplet: DC, A9 and 4A. RGB value is (220,169,74). Sum of RGB (Red+Green+Blue) = 220+169+74=463 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.52% from 463); Green value is 169 (66.41% from 255 or 36.50% from 463); Blue value is 74 (29.30% from 255 or 15.98% from 463); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA94A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DCA94A is #2356B5. Grayscale: #ADADAD. Windows color (decimal): -2315958 or 4893148. OLE color: 4893148.
HSL color Cylindrical-coordinate representation of color #DCA94A: hue angle of 39.04º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #DCA94A is Cyan = 0, Magento = 0.23, Yellow = 0.66 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 169 | 74 | - |
| CMYK | 0 | 0.23 | 0.66 | 0.14 |
| HSL | 39.04º | 0.68% | 0.58% | - |
| HSV(B) | 39.04º | 0.66% | 0.86% | - |
| XYZ | 44.94 | 44.09 | 12.62 | - |
| YUV | 173.42 | 71.9 | 161.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 169 | 74 | 0 | 0.23 | 0.66 | 0.14 | 39.04 | 0.68 | 0.58 |
| Hex | DC | A9 | 4A | 0 | 17 | 42 | E | 27 | 44 | 3A |
| Octal | 334 | 251 | 112 | 0 | 27 | 102 | 16 | 47 | 104 | 72 |
| Binary | 11011100 | 10101001 | 1001010 | 0 | 10111 | 1000010 | 1110 | 100111 | 1000100 | 111010 |
Color Harmonies of #DCA94A
Complementary color
Monochromatic Colors of #DCA94A
Black with #DCA94A
Text Example
Text Example
White with #DCA94A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCA94A; }
p { color: rgb(220,169,74); }
H1.HeaderClassName
{
color: #DCA94A;
}
.AnyTagClassName
{
color: #DCA94A;
}
</style>
background-color css
<style>
a { background-color: #DCA94A; }
a { background-color: rgb(220,169,74); }
div.DivClassName
{
background-color: #DCA94A;
}
.BgClassName
{
background-color: #DCA94A;
}
</style>
border-color css
<style>
span { border-color: #DCA94A; }
span { border-color: rgb(220,169,74); }
td.TdClassName
{
border-color: #DCA94A;
}
.TagClassName
{
border-color: #DCA94A;
}
</style>