Shades of Rob Roy #DCAD4D
Tints of Rob Roy #DCAD4D
RGB
CMYK
RGB Variations
Color information
#DCAD4D (or 0xDCAD4D) is known color: Rob Roy. HEX triplet: DC, AD and 4D. RGB value is (220,173,77). Sum of RGB (Red+Green+Blue) = 220+173+77=470 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.81% from 470); Green value is 173 (67.97% from 255 or 36.81% from 470); Blue value is 77 (30.47% from 255 or 16.38% from 470); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAD4D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DCAD4D is #2352B2. Grayscale: #B0B0B0. Windows color (decimal): -2314931 or 5090780. OLE color: 5090780.
HSL color Cylindrical-coordinate representation of color #DCAD4D: hue angle of 40.28º 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 #DCAD4D is Cyan = 0, Magento = 0.21, Yellow = 0.65 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 173 | 77 | - |
| CMYK | 0 | 0.21 | 0.65 | 0.14 |
| HSL | 40.28º | 0.67% | 0.58% | - |
| HSV(B) | 40.28º | 0.65% | 0.86% | - |
| XYZ | 45.8 | 45.64 | 13.42 | - |
| YUV | 176.11 | 72.07 | 159.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 173 | 77 | 0 | 0.21 | 0.65 | 0.14 | 40.28 | 0.67 | 0.58 |
| Hex | DC | AD | 4D | 0 | 15 | 41 | E | 28 | 43 | 3A |
| Octal | 334 | 255 | 115 | 0 | 25 | 101 | 16 | 50 | 103 | 72 |
| Binary | 11011100 | 10101101 | 1001101 | 0 | 10101 | 1000001 | 1110 | 101000 | 1000011 | 111010 |
Color Harmonies of #DCAD4D
Complementary color
Monochromatic Colors of #DCAD4D
Black with #DCAD4D
Text Example
Text Example
White with #DCAD4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCAD4D; }
p { color: rgb(220,173,77); }
H1.HeaderClassName
{
color: #DCAD4D;
}
.AnyTagClassName
{
color: #DCAD4D;
}
</style>
background-color css
<style>
a { background-color: #DCAD4D; }
a { background-color: rgb(220,173,77); }
div.DivClassName
{
background-color: #DCAD4D;
}
.BgClassName
{
background-color: #DCAD4D;
}
</style>
border-color css
<style>
span { border-color: #DCAD4D; }
span { border-color: rgb(220,173,77); }
td.TdClassName
{
border-color: #DCAD4D;
}
.TagClassName
{
border-color: #DCAD4D;
}
</style>