Shades of Rob Roy #DCAD57
Tints of Rob Roy #DCAD57
RGB
CMYK
RGB Variations
Color information
#DCAD57 (or 0xDCAD57) is known color: Rob Roy. HEX triplet: DC, AD and 57. RGB value is (220,173,87). Sum of RGB (Red+Green+Blue) = 220+173+87=480 (63% of max value = 765). Red value is 220 (86.33% from 255 or 45.83% from 480); Green value is 173 (67.97% from 255 or 36.04% from 480); Blue value is 87 (34.38% from 255 or 18.12% from 480); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAD57 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DCAD57 is #2352A8. Grayscale: #B1B1B1. Windows color (decimal): -2314921 or 5746140. OLE color: 5746140.
HSL color Cylindrical-coordinate representation of color #DCAD57: hue angle of 38.8º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DCAD57 is Cyan = 0, Magento = 0.21, Yellow = 0.60 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 173 | 87 | - |
| CMYK | 0 | 0.21 | 0.60 | 0.14 |
| HSL | 38.8º | 0.66% | 0.6% | - |
| HSV(B) | 38.8º | 0.6% | 0.86% | - |
| XYZ | 46.18 | 45.79 | 15.42 | - |
| YUV | 177.25 | 77.07 | 158.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 173 | 87 | 0 | 0.21 | 0.60 | 0.14 | 38.8 | 0.66 | 0.6 |
| Hex | DC | AD | 57 | 0 | 15 | 3C | E | 27 | 42 | 3C |
| Octal | 334 | 255 | 127 | 0 | 25 | 74 | 16 | 47 | 102 | 74 |
| Binary | 11011100 | 10101101 | 1010111 | 0 | 10101 | 111100 | 1110 | 100111 | 1000010 | 111100 |
Color Harmonies of #DCAD57
Complementary color
Monochromatic Colors of #DCAD57
Black with #DCAD57
Text Example
Text Example
White with #DCAD57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCAD57; }
p { color: rgb(220,173,87); }
H1.HeaderClassName
{
color: #DCAD57;
}
.AnyTagClassName
{
color: #DCAD57;
}
</style>
background-color css
<style>
a { background-color: #DCAD57; }
a { background-color: rgb(220,173,87); }
div.DivClassName
{
background-color: #DCAD57;
}
.BgClassName
{
background-color: #DCAD57;
}
</style>
border-color css
<style>
span { border-color: #DCAD57; }
span { border-color: rgb(220,173,87); }
td.TdClassName
{
border-color: #DCAD57;
}
.TagClassName
{
border-color: #DCAD57;
}
</style>