Shades of Rob Roy #DCA24F
Tints of Rob Roy #DCA24F
RGB
CMYK
RGB Variations
Color information
#DCA24F (or 0xDCA24F) is known color: Rob Roy. HEX triplet: DC, A2 and 4F. RGB value is (220,162,79). Sum of RGB (Red+Green+Blue) = 220+162+79=461 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.72% from 461); Green value is 162 (63.67% from 255 or 35.14% from 461); Blue value is 79 (31.25% from 255 or 17.14% from 461); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA24F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DCA24F is #235DB0. Grayscale: #AAAAAA. Windows color (decimal): -2317745 or 5219036. OLE color: 5219036.
HSL color Cylindrical-coordinate representation of color #DCA24F: hue angle of 35.32º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #DCA24F is Cyan = 0, Magento = 0.26, Yellow = 0.64 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 162 | 79 | - |
| CMYK | 0 | 0.26 | 0.64 | 0.14 |
| HSL | 35.32º | 0.67% | 0.59% | - |
| HSV(B) | 35.32º | 0.64% | 0.86% | - |
| XYZ | 43.85 | 41.62 | 13.12 | - |
| YUV | 169.88 | 76.72 | 163.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 162 | 79 | 0 | 0.26 | 0.64 | 0.14 | 35.32 | 0.67 | 0.59 |
| Hex | DC | A2 | 4F | 0 | 1A | 40 | E | 23 | 43 | 3B |
| Octal | 334 | 242 | 117 | 0 | 32 | 100 | 16 | 43 | 103 | 73 |
| Binary | 11011100 | 10100010 | 1001111 | 0 | 11010 | 1000000 | 1110 | 100011 | 1000011 | 111011 |
Color Harmonies of #DCA24F
Complementary color
Monochromatic Colors of #DCA24F
Black with #DCA24F
Text Example
Text Example
White with #DCA24F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCA24F; }
p { color: rgb(220,162,79); }
H1.HeaderClassName
{
color: #DCA24F;
}
.AnyTagClassName
{
color: #DCA24F;
}
</style>
background-color css
<style>
a { background-color: #DCA24F; }
a { background-color: rgb(220,162,79); }
div.DivClassName
{
background-color: #DCA24F;
}
.BgClassName
{
background-color: #DCA24F;
}
</style>
border-color css
<style>
span { border-color: #DCA24F; }
span { border-color: rgb(220,162,79); }
td.TdClassName
{
border-color: #DCA24F;
}
.TagClassName
{
border-color: #DCA24F;
}
</style>