Shades of Rob Roy #DCAD4E
Tints of Rob Roy #DCAD4E
RGB
CMYK
RGB Variations
Color information
#DCAD4E (or 0xDCAD4E) is known color: Rob Roy. HEX triplet: DC, AD and 4E. RGB value is (220,173,78). Sum of RGB (Red+Green+Blue) = 220+173+78=471 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.71% from 471); Green value is 173 (67.97% from 255 or 36.73% from 471); Blue value is 78 (30.86% from 255 or 16.56% from 471); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAD4E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DCAD4E is #2352B1. Grayscale: #B0B0B0. Windows color (decimal): -2314930 or 5156316. OLE color: 5156316.
HSL color Cylindrical-coordinate representation of color #DCAD4E: hue angle of 40.14º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #DCAD4E is Cyan = 0, Magento = 0.21, Yellow = 0.65 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 173 | 78 | - |
| CMYK | 0 | 0.21 | 0.65 | 0.14 |
| HSL | 40.14º | 0.67% | 0.58% | - |
| HSV(B) | 40.14º | 0.65% | 0.86% | - |
| XYZ | 45.83 | 45.65 | 13.6 | - |
| YUV | 176.22 | 72.57 | 159.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 173 | 78 | 0 | 0.21 | 0.65 | 0.14 | 40.14 | 0.67 | 0.58 |
| Hex | DC | AD | 4E | 0 | 15 | 41 | E | 28 | 43 | 3A |
| Octal | 334 | 255 | 116 | 0 | 25 | 101 | 16 | 50 | 103 | 72 |
| Binary | 11011100 | 10101101 | 1001110 | 0 | 10101 | 1000001 | 1110 | 101000 | 1000011 | 111010 |
Color Harmonies of #DCAD4E
Complementary color
Monochromatic Colors of #DCAD4E
Black with #DCAD4E
Text Example
Text Example
White with #DCAD4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCAD4E; }
p { color: rgb(220,173,78); }
H1.HeaderClassName
{
color: #DCAD4E;
}
.AnyTagClassName
{
color: #DCAD4E;
}
</style>
background-color css
<style>
a { background-color: #DCAD4E; }
a { background-color: rgb(220,173,78); }
div.DivClassName
{
background-color: #DCAD4E;
}
.BgClassName
{
background-color: #DCAD4E;
}
</style>
border-color css
<style>
span { border-color: #DCAD4E; }
span { border-color: rgb(220,173,78); }
td.TdClassName
{
border-color: #DCAD4E;
}
.TagClassName
{
border-color: #DCAD4E;
}
</style>