Shades of Rob Roy #DCAD53
Tints of Rob Roy #DCAD53
RGB
CMYK
RGB Variations
Color information
#DCAD53 (or 0xDCAD53) is known color: Rob Roy. HEX triplet: DC, AD and 53. RGB value is (220,173,83). Sum of RGB (Red+Green+Blue) = 220+173+83=476 (63% of max value = 765). Red value is 220 (86.33% from 255 or 46.22% from 476); Green value is 173 (67.97% from 255 or 36.34% from 476); Blue value is 83 (32.81% from 255 or 17.44% from 476); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAD53 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DCAD53 is #2352AC. Grayscale: #B1B1B1. Windows color (decimal): -2314925 or 5483996. OLE color: 5483996.
HSL color Cylindrical-coordinate representation of color #DCAD53: hue angle of 39.42º 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 #DCAD53 is Cyan = 0, Magento = 0.21, Yellow = 0.62 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 173 | 83 | - |
| CMYK | 0 | 0.21 | 0.62 | 0.14 |
| HSL | 39.42º | 0.66% | 0.59% | - |
| HSV(B) | 39.42º | 0.62% | 0.86% | - |
| XYZ | 46.02 | 45.73 | 14.58 | - |
| YUV | 176.79 | 75.07 | 158.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 173 | 83 | 0 | 0.21 | 0.62 | 0.14 | 39.42 | 0.66 | 0.59 |
| Hex | DC | AD | 53 | 0 | 15 | 3E | E | 27 | 42 | 3B |
| Octal | 334 | 255 | 123 | 0 | 25 | 76 | 16 | 47 | 102 | 73 |
| Binary | 11011100 | 10101101 | 1010011 | 0 | 10101 | 111110 | 1110 | 100111 | 1000010 | 111011 |
Color Harmonies of #DCAD53
Complementary color
Monochromatic Colors of #DCAD53
Black with #DCAD53
Text Example
Text Example
White with #DCAD53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCAD53; }
p { color: rgb(220,173,83); }
H1.HeaderClassName
{
color: #DCAD53;
}
.AnyTagClassName
{
color: #DCAD53;
}
</style>
background-color css
<style>
a { background-color: #DCAD53; }
a { background-color: rgb(220,173,83); }
div.DivClassName
{
background-color: #DCAD53;
}
.BgClassName
{
background-color: #DCAD53;
}
</style>
border-color css
<style>
span { border-color: #DCAD53; }
span { border-color: rgb(220,173,83); }
td.TdClassName
{
border-color: #DCAD53;
}
.TagClassName
{
border-color: #DCAD53;
}
</style>