Shades of Rob Roy #DCAA53
Tints of Rob Roy #DCAA53
RGB
CMYK
RGB Variations
Color information
#DCAA53 (or 0xDCAA53) is known color: Rob Roy. HEX triplet: DC, AA and 53. RGB value is (220,170,83). Sum of RGB (Red+Green+Blue) = 220+170+83=473 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.51% from 473); Green value is 170 (66.80% from 255 or 35.94% from 473); Blue value is 83 (32.81% from 255 or 17.55% from 473); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAA53 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DCAA53 is #2355AC. Grayscale: #AFAFAF. Windows color (decimal): -2315693 or 5483228. OLE color: 5483228.
HSL color Cylindrical-coordinate representation of color #DCAA53: hue angle of 38.1º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #DCAA53 is Cyan = 0, Magento = 0.23, Yellow = 0.62 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 170 | 83 | - |
| CMYK | 0 | 0.23 | 0.62 | 0.14 |
| HSL | 38.1º | 0.66% | 0.59% | - |
| HSV(B) | 38.1º | 0.62% | 0.86% | - |
| XYZ | 45.45 | 44.59 | 14.39 | - |
| YUV | 175.03 | 76.07 | 160.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 170 | 83 | 0 | 0.23 | 0.62 | 0.14 | 38.1 | 0.66 | 0.59 |
| Hex | DC | AA | 53 | 0 | 17 | 3E | E | 26 | 42 | 3B |
| Octal | 334 | 252 | 123 | 0 | 27 | 76 | 16 | 46 | 102 | 73 |
| Binary | 11011100 | 10101010 | 1010011 | 0 | 10111 | 111110 | 1110 | 100110 | 1000010 | 111011 |
Color Harmonies of #DCAA53
Complementary color
Monochromatic Colors of #DCAA53
Black with #DCAA53
Text Example
Text Example
White with #DCAA53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCAA53; }
p { color: rgb(220,170,83); }
H1.HeaderClassName
{
color: #DCAA53;
}
.AnyTagClassName
{
color: #DCAA53;
}
</style>
background-color css
<style>
a { background-color: #DCAA53; }
a { background-color: rgb(220,170,83); }
div.DivClassName
{
background-color: #DCAA53;
}
.BgClassName
{
background-color: #DCAA53;
}
</style>
border-color css
<style>
span { border-color: #DCAA53; }
span { border-color: rgb(220,170,83); }
td.TdClassName
{
border-color: #DCAA53;
}
.TagClassName
{
border-color: #DCAA53;
}
</style>