Shades of Rob Roy #DCAD5C
Tints of Rob Roy #DCAD5C
RGB
CMYK
RGB Variations
Color information
#DCAD5C (or 0xDCAD5C) is known color: Rob Roy. HEX triplet: DC, AD and 5C. RGB value is (220,173,92). Sum of RGB (Red+Green+Blue) = 220+173+92=485 (64% of max value = 765). Red value is 220 (86.33% from 255 or 45.36% from 485); Green value is 173 (67.97% from 255 or 35.67% from 485); Blue value is 92 (36.33% from 255 or 18.97% from 485); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAD5C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DCAD5C is #2352A3. Grayscale: #B2B2B2. Windows color (decimal): -2314916 or 6073820. OLE color: 6073820.
HSL color Cylindrical-coordinate representation of color #DCAD5C: hue angle of 37.97º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DCAD5C is Cyan = 0, Magento = 0.21, Yellow = 0.58 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 173 | 92 | - |
| CMYK | 0 | 0.21 | 0.58 | 0.14 |
| HSL | 37.97º | 0.65% | 0.61% | - |
| HSV(B) | 37.97º | 0.58% | 0.86% | - |
| XYZ | 46.39 | 45.88 | 16.54 | - |
| YUV | 177.82 | 79.57 | 158.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 173 | 92 | 0 | 0.21 | 0.58 | 0.14 | 37.97 | 0.65 | 0.61 |
| Hex | DC | AD | 5C | 0 | 15 | 3A | E | 26 | 41 | 3D |
| Octal | 334 | 255 | 134 | 0 | 25 | 72 | 16 | 46 | 101 | 75 |
| Binary | 11011100 | 10101101 | 1011100 | 0 | 10101 | 111010 | 1110 | 100110 | 1000001 | 111101 |
Color Harmonies of #DCAD5C
Complementary color
Monochromatic Colors of #DCAD5C
Black with #DCAD5C
Text Example
Text Example
White with #DCAD5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCAD5C; }
p { color: rgb(220,173,92); }
H1.HeaderClassName
{
color: #DCAD5C;
}
.AnyTagClassName
{
color: #DCAD5C;
}
</style>
background-color css
<style>
a { background-color: #DCAD5C; }
a { background-color: rgb(220,173,92); }
div.DivClassName
{
background-color: #DCAD5C;
}
.BgClassName
{
background-color: #DCAD5C;
}
</style>
border-color css
<style>
span { border-color: #DCAD5C; }
span { border-color: rgb(220,173,92); }
td.TdClassName
{
border-color: #DCAD5C;
}
.TagClassName
{
border-color: #DCAD5C;
}
</style>