Shades of Rob Roy #DCAB52
Tints of Rob Roy #DCAB52
RGB
CMYK
RGB Variations
Color information
#DCAB52 (or 0xDCAB52) is known color: Rob Roy. HEX triplet: DC, AB and 52. RGB value is (220,171,82). Sum of RGB (Red+Green+Blue) = 220+171+82=473 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.51% from 473); Green value is 171 (67.19% from 255 or 36.15% from 473); Blue value is 82 (32.42% from 255 or 17.34% from 473); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAB52 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DCAB52 is #2354AD. Grayscale: #AFAFAF. Windows color (decimal): -2315438 or 5417948. OLE color: 5417948.
HSL color Cylindrical-coordinate representation of color #DCAB52: hue angle of 38.7º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DCAB52 is Cyan = 0, Magento = 0.22, Yellow = 0.63 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 171 | 82 | - |
| CMYK | 0 | 0.22 | 0.63 | 0.14 |
| HSL | 38.7º | 0.66% | 0.59% | - |
| HSV(B) | 38.7º | 0.63% | 0.86% | - |
| XYZ | 45.6 | 44.95 | 14.26 | - |
| YUV | 175.51 | 75.23 | 159.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 171 | 82 | 0 | 0.22 | 0.63 | 0.14 | 38.7 | 0.66 | 0.59 |
| Hex | DC | AB | 52 | 0 | 16 | 3F | E | 27 | 42 | 3B |
| Octal | 334 | 253 | 122 | 0 | 26 | 77 | 16 | 47 | 102 | 73 |
| Binary | 11011100 | 10101011 | 1010010 | 0 | 10110 | 111111 | 1110 | 100111 | 1000010 | 111011 |
Color Harmonies of #DCAB52
Complementary color
Monochromatic Colors of #DCAB52
Black with #DCAB52
Text Example
Text Example
White with #DCAB52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCAB52; }
p { color: rgb(220,171,82); }
H1.HeaderClassName
{
color: #DCAB52;
}
.AnyTagClassName
{
color: #DCAB52;
}
</style>
background-color css
<style>
a { background-color: #DCAB52; }
a { background-color: rgb(220,171,82); }
div.DivClassName
{
background-color: #DCAB52;
}
.BgClassName
{
background-color: #DCAB52;
}
</style>
border-color css
<style>
span { border-color: #DCAB52; }
span { border-color: rgb(220,171,82); }
td.TdClassName
{
border-color: #DCAB52;
}
.TagClassName
{
border-color: #DCAB52;
}
</style>