Shades of Rob Roy #DCAB53
Tints of Rob Roy #DCAB53
RGB
CMYK
RGB Variations
Color information
#DCAB53 (or 0xDCAB53) is known color: Rob Roy. HEX triplet: DC, AB and 53. RGB value is (220,171,83). Sum of RGB (Red+Green+Blue) = 220+171+83=474 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.41% from 474); Green value is 171 (67.19% from 255 or 36.08% from 474); Blue value is 83 (32.81% from 255 or 17.51% from 474); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAB53 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DCAB53 is #2354AC. Grayscale: #B0B0B0. Windows color (decimal): -2315437 or 5483484. OLE color: 5483484.
HSL color Cylindrical-coordinate representation of color #DCAB53: hue angle of 38.54º 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 #DCAB53 is Cyan = 0, Magento = 0.22, Yellow = 0.62 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 171 | 83 | - |
| CMYK | 0 | 0.22 | 0.62 | 0.14 |
| HSL | 38.54º | 0.66% | 0.59% | - |
| HSV(B) | 38.54º | 0.62% | 0.86% | - |
| XYZ | 45.64 | 44.97 | 14.46 | - |
| YUV | 175.62 | 75.73 | 159.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 171 | 83 | 0 | 0.22 | 0.62 | 0.14 | 38.54 | 0.66 | 0.59 |
| Hex | DC | AB | 53 | 0 | 16 | 3E | E | 27 | 42 | 3B |
| Octal | 334 | 253 | 123 | 0 | 26 | 76 | 16 | 47 | 102 | 73 |
| Binary | 11011100 | 10101011 | 1010011 | 0 | 10110 | 111110 | 1110 | 100111 | 1000010 | 111011 |
Color Harmonies of #DCAB53
Complementary color
Monochromatic Colors of #DCAB53
Black with #DCAB53
Text Example
Text Example
White with #DCAB53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCAB53; }
p { color: rgb(220,171,83); }
H1.HeaderClassName
{
color: #DCAB53;
}
.AnyTagClassName
{
color: #DCAB53;
}
</style>
background-color css
<style>
a { background-color: #DCAB53; }
a { background-color: rgb(220,171,83); }
div.DivClassName
{
background-color: #DCAB53;
}
.BgClassName
{
background-color: #DCAB53;
}
</style>
border-color css
<style>
span { border-color: #DCAB53; }
span { border-color: rgb(220,171,83); }
td.TdClassName
{
border-color: #DCAB53;
}
.TagClassName
{
border-color: #DCAB53;
}
</style>