Shades of Rob Roy #DCA954
Tints of Rob Roy #DCA954
RGB
CMYK
RGB Variations
Color information
#DCA954 (or 0xDCA954) is known color: Rob Roy. HEX triplet: DC, A9 and 54. RGB value is (220,169,84). Sum of RGB (Red+Green+Blue) = 220+169+84=473 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.51% from 473); Green value is 169 (66.41% from 255 or 35.73% from 473); Blue value is 84 (33.20% from 255 or 17.76% from 473); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA954 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DCA954 is #2356AB. Grayscale: #AEAEAE. Windows color (decimal): -2315948 or 5548508. OLE color: 5548508.
HSL color Cylindrical-coordinate representation of color #DCA954: hue angle of 37.5º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #DCA954 is Cyan = 0, Magento = 0.23, Yellow = 0.62 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 169 | 84 | - |
| CMYK | 0 | 0.23 | 0.62 | 0.14 |
| HSL | 37.5º | 0.66% | 0.6% | - |
| HSV(B) | 37.5º | 0.62% | 0.86% | - |
| XYZ | 45.3 | 44.23 | 14.54 | - |
| YUV | 174.56 | 76.9 | 160.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 169 | 84 | 0 | 0.23 | 0.62 | 0.14 | 37.5 | 0.66 | 0.6 |
| Hex | DC | A9 | 54 | 0 | 17 | 3E | E | 26 | 42 | 3C |
| Octal | 334 | 251 | 124 | 0 | 27 | 76 | 16 | 46 | 102 | 74 |
| Binary | 11011100 | 10101001 | 1010100 | 0 | 10111 | 111110 | 1110 | 100110 | 1000010 | 111100 |
Color Harmonies of #DCA954
Complementary color
Monochromatic Colors of #DCA954
Black with #DCA954
Text Example
Text Example
White with #DCA954
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCA954; }
p { color: rgb(220,169,84); }
H1.HeaderClassName
{
color: #DCA954;
}
.AnyTagClassName
{
color: #DCA954;
}
</style>
background-color css
<style>
a { background-color: #DCA954; }
a { background-color: rgb(220,169,84); }
div.DivClassName
{
background-color: #DCA954;
}
.BgClassName
{
background-color: #DCA954;
}
</style>
border-color css
<style>
span { border-color: #DCA954; }
span { border-color: rgb(220,169,84); }
td.TdClassName
{
border-color: #DCA954;
}
.TagClassName
{
border-color: #DCA954;
}
</style>