Shades of Rob Roy #DCAA4E
Tints of Rob Roy #DCAA4E
RGB
CMYK
RGB Variations
Color information
#DCAA4E (or 0xDCAA4E) is known color: Rob Roy. HEX triplet: DC, AA and 4E. RGB value is (220,170,78). Sum of RGB (Red+Green+Blue) = 220+170+78=468 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.01% from 468); Green value is 170 (66.80% from 255 or 36.32% from 468); Blue value is 78 (30.86% from 255 or 16.67% from 468); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAA4E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DCAA4E is #2355B1. Grayscale: #AEAEAE. Windows color (decimal): -2315698 or 5155548. OLE color: 5155548.
HSL color Cylindrical-coordinate representation of color #DCAA4E: hue angle of 38.87º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #DCAA4E is Cyan = 0, Magento = 0.23, Yellow = 0.65 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 170 | 78 | - |
| CMYK | 0 | 0.23 | 0.65 | 0.14 |
| HSL | 38.87º | 0.67% | 0.58% | - |
| HSV(B) | 38.87º | 0.65% | 0.86% | - |
| XYZ | 45.27 | 44.52 | 13.41 | - |
| YUV | 174.46 | 73.57 | 160.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 170 | 78 | 0 | 0.23 | 0.65 | 0.14 | 38.87 | 0.67 | 0.58 |
| Hex | DC | AA | 4E | 0 | 17 | 41 | E | 27 | 43 | 3A |
| Octal | 334 | 252 | 116 | 0 | 27 | 101 | 16 | 47 | 103 | 72 |
| Binary | 11011100 | 10101010 | 1001110 | 0 | 10111 | 1000001 | 1110 | 100111 | 1000011 | 111010 |
Color Harmonies of #DCAA4E
Complementary color
Monochromatic Colors of #DCAA4E
Black with #DCAA4E
Text Example
Text Example
White with #DCAA4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCAA4E; }
p { color: rgb(220,170,78); }
H1.HeaderClassName
{
color: #DCAA4E;
}
.AnyTagClassName
{
color: #DCAA4E;
}
</style>
background-color css
<style>
a { background-color: #DCAA4E; }
a { background-color: rgb(220,170,78); }
div.DivClassName
{
background-color: #DCAA4E;
}
.BgClassName
{
background-color: #DCAA4E;
}
</style>
border-color css
<style>
span { border-color: #DCAA4E; }
span { border-color: rgb(220,170,78); }
td.TdClassName
{
border-color: #DCAA4E;
}
.TagClassName
{
border-color: #DCAA4E;
}
</style>