Shades of Rob Roy #DCAD4F
Tints of Rob Roy #DCAD4F
RGB
CMYK
RGB Variations
Color information
#DCAD4F (or 0xDCAD4F) is known color: Rob Roy. HEX triplet: DC, AD and 4F. RGB value is (220,173,79). Sum of RGB (Red+Green+Blue) = 220+173+79=472 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.61% from 472); Green value is 173 (67.97% from 255 or 36.65% from 472); Blue value is 79 (31.25% from 255 or 16.74% from 472); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAD4F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DCAD4F is #2352B0. Grayscale: #B0B0B0. Windows color (decimal): -2314929 or 5221852. OLE color: 5221852.
HSL color Cylindrical-coordinate representation of color #DCAD4F: hue angle of 40º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #DCAD4F is Cyan = 0, Magento = 0.21, Yellow = 0.64 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 173 | 79 | - |
| CMYK | 0 | 0.21 | 0.64 | 0.14 |
| HSL | 40º | 0.67% | 0.59% | - |
| HSV(B) | 40º | 0.64% | 0.86% | - |
| XYZ | 45.87 | 45.67 | 13.79 | - |
| YUV | 176.34 | 73.07 | 159.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 173 | 79 | 0 | 0.21 | 0.64 | 0.14 | 40 | 0.67 | 0.59 |
| Hex | DC | AD | 4F | 0 | 15 | 40 | E | 28 | 43 | 3B |
| Octal | 334 | 255 | 117 | 0 | 25 | 100 | 16 | 50 | 103 | 73 |
| Binary | 11011100 | 10101101 | 1001111 | 0 | 10101 | 1000000 | 1110 | 101000 | 1000011 | 111011 |
Color Harmonies of #DCAD4F
Complementary color
Monochromatic Colors of #DCAD4F
Black with #DCAD4F
Text Example
Text Example
White with #DCAD4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCAD4F; }
p { color: rgb(220,173,79); }
H1.HeaderClassName
{
color: #DCAD4F;
}
.AnyTagClassName
{
color: #DCAD4F;
}
</style>
background-color css
<style>
a { background-color: #DCAD4F; }
a { background-color: rgb(220,173,79); }
div.DivClassName
{
background-color: #DCAD4F;
}
.BgClassName
{
background-color: #DCAD4F;
}
</style>
border-color css
<style>
span { border-color: #DCAD4F; }
span { border-color: rgb(220,173,79); }
td.TdClassName
{
border-color: #DCAD4F;
}
.TagClassName
{
border-color: #DCAD4F;
}
</style>