Shades of Rob Roy #DCAB55
Tints of Rob Roy #DCAB55
RGB
CMYK
RGB Variations
Color information
#DCAB55 (or 0xDCAB55) is known color: Rob Roy. HEX triplet: DC, AB and 55. RGB value is (220,171,85). Sum of RGB (Red+Green+Blue) = 220+171+85=476 (63% of max value = 765). Red value is 220 (86.33% from 255 or 46.22% from 476); Green value is 171 (67.19% from 255 or 35.92% from 476); Blue value is 85 (33.59% from 255 or 17.86% from 476); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAB55 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DCAB55 is #2354AA. Grayscale: #B0B0B0. Windows color (decimal): -2315435 or 5614556. OLE color: 5614556.
HSL color Cylindrical-coordinate representation of color #DCAB55: hue angle of 38.22º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #DCAB55 is Cyan = 0, Magento = 0.22, Yellow = 0.61 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 171 | 85 | - |
| CMYK | 0 | 0.22 | 0.61 | 0.14 |
| HSL | 38.22º | 0.66% | 0.6% | - |
| HSV(B) | 38.22º | 0.61% | 0.86% | - |
| XYZ | 45.72 | 45 | 14.87 | - |
| YUV | 175.85 | 76.73 | 159.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 171 | 85 | 0 | 0.22 | 0.61 | 0.14 | 38.22 | 0.66 | 0.6 |
| Hex | DC | AB | 55 | 0 | 16 | 3D | E | 26 | 42 | 3C |
| Octal | 334 | 253 | 125 | 0 | 26 | 75 | 16 | 46 | 102 | 74 |
| Binary | 11011100 | 10101011 | 1010101 | 0 | 10110 | 111101 | 1110 | 100110 | 1000010 | 111100 |
Color Harmonies of #DCAB55
Complementary color
Monochromatic Colors of #DCAB55
Black with #DCAB55
Text Example
Text Example
White with #DCAB55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCAB55; }
p { color: rgb(220,171,85); }
H1.HeaderClassName
{
color: #DCAB55;
}
.AnyTagClassName
{
color: #DCAB55;
}
</style>
background-color css
<style>
a { background-color: #DCAB55; }
a { background-color: rgb(220,171,85); }
div.DivClassName
{
background-color: #DCAB55;
}
.BgClassName
{
background-color: #DCAB55;
}
</style>
border-color css
<style>
span { border-color: #DCAB55; }
span { border-color: rgb(220,171,85); }
td.TdClassName
{
border-color: #DCAB55;
}
.TagClassName
{
border-color: #DCAB55;
}
</style>