Shades of Rob Roy #DCA44A
Tints of Rob Roy #DCA44A
RGB
CMYK
RGB Variations
Color information
#DCA44A (or 0xDCA44A) is known color: Rob Roy. HEX triplet: DC, A4 and 4A. RGB value is (220,164,74). Sum of RGB (Red+Green+Blue) = 220+164+74=458 (60% of max value = 765). Red value is 220 (86.33% from 255 or 48.03% from 458); Green value is 164 (64.45% from 255 or 35.81% from 458); Blue value is 74 (29.30% from 255 or 16.16% from 458); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA44A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DCA44A is #235BB5. Grayscale: #AAAAAA. Windows color (decimal): -2317238 or 4891868. OLE color: 4891868.
HSL color Cylindrical-coordinate representation of color #DCA44A: hue angle of 36.99º 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 #DCA44A is Cyan = 0, Magento = 0.25, Yellow = 0.66 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 164 | 74 | - |
| CMYK | 0 | 0.25 | 0.66 | 0.14 |
| HSL | 36.99º | 0.68% | 0.58% | - |
| HSV(B) | 36.99º | 0.66% | 0.86% | - |
| XYZ | 44.03 | 42.26 | 12.32 | - |
| YUV | 170.48 | 73.55 | 163.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 164 | 74 | 0 | 0.25 | 0.66 | 0.14 | 36.99 | 0.68 | 0.58 |
| Hex | DC | A4 | 4A | 0 | 19 | 42 | E | 25 | 44 | 3A |
| Octal | 334 | 244 | 112 | 0 | 31 | 102 | 16 | 45 | 104 | 72 |
| Binary | 11011100 | 10100100 | 1001010 | 0 | 11001 | 1000010 | 1110 | 100101 | 1000100 | 111010 |
Color Harmonies of #DCA44A
Complementary color
Monochromatic Colors of #DCA44A
Black with #DCA44A
Text Example
Text Example
White with #DCA44A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCA44A; }
p { color: rgb(220,164,74); }
H1.HeaderClassName
{
color: #DCA44A;
}
.AnyTagClassName
{
color: #DCA44A;
}
</style>
background-color css
<style>
a { background-color: #DCA44A; }
a { background-color: rgb(220,164,74); }
div.DivClassName
{
background-color: #DCA44A;
}
.BgClassName
{
background-color: #DCA44A;
}
</style>
border-color css
<style>
span { border-color: #DCA44A; }
span { border-color: rgb(220,164,74); }
td.TdClassName
{
border-color: #DCA44A;
}
.TagClassName
{
border-color: #DCA44A;
}
</style>