Shades of Rob Roy #DCAD5A
Tints of Rob Roy #DCAD5A
RGB
CMYK
RGB Variations
Color information
#DCAD5A (or 0xDCAD5A) is known color: Rob Roy. HEX triplet: DC, AD and 5A. RGB value is (220,173,90). Sum of RGB (Red+Green+Blue) = 220+173+90=483 (63% of max value = 765). Red value is 220 (86.33% from 255 or 45.55% from 483); Green value is 173 (67.97% from 255 or 35.82% from 483); Blue value is 90 (35.55% from 255 or 18.63% from 483); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAD5A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DCAD5A is #2352A5. Grayscale: #B1B1B1. Windows color (decimal): -2314918 or 5942748. OLE color: 5942748.
HSL color Cylindrical-coordinate representation of color #DCAD5A: hue angle of 38.31º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #DCAD5A is Cyan = 0, Magento = 0.21, Yellow = 0.59 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 173 | 90 | - |
| CMYK | 0 | 0.21 | 0.59 | 0.14 |
| HSL | 38.31º | 0.65% | 0.61% | - |
| HSV(B) | 38.31º | 0.59% | 0.86% | - |
| XYZ | 46.3 | 45.84 | 16.08 | - |
| YUV | 177.59 | 78.57 | 158.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 173 | 90 | 0 | 0.21 | 0.59 | 0.14 | 38.31 | 0.65 | 0.61 |
| Hex | DC | AD | 5A | 0 | 15 | 3B | E | 26 | 41 | 3D |
| Octal | 334 | 255 | 132 | 0 | 25 | 73 | 16 | 46 | 101 | 75 |
| Binary | 11011100 | 10101101 | 1011010 | 0 | 10101 | 111011 | 1110 | 100110 | 1000001 | 111101 |
Color Harmonies of #DCAD5A
Complementary color
Monochromatic Colors of #DCAD5A
Black with #DCAD5A
Text Example
Text Example
White with #DCAD5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCAD5A; }
p { color: rgb(220,173,90); }
H1.HeaderClassName
{
color: #DCAD5A;
}
.AnyTagClassName
{
color: #DCAD5A;
}
</style>
background-color css
<style>
a { background-color: #DCAD5A; }
a { background-color: rgb(220,173,90); }
div.DivClassName
{
background-color: #DCAD5A;
}
.BgClassName
{
background-color: #DCAD5A;
}
</style>
border-color css
<style>
span { border-color: #DCAD5A; }
span { border-color: rgb(220,173,90); }
td.TdClassName
{
border-color: #DCAD5A;
}
.TagClassName
{
border-color: #DCAD5A;
}
</style>