Shades of Rob Roy #DCAD4C
Tints of Rob Roy #DCAD4C
RGB
CMYK
RGB Variations
Color information
#DCAD4C (or 0xDCAD4C) is known color: Rob Roy. HEX triplet: DC, AD and 4C. RGB value is (220,173,76). Sum of RGB (Red+Green+Blue) = 220+173+76=469 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.91% from 469); Green value is 173 (67.97% from 255 or 36.89% from 469); Blue value is 76 (30.08% from 255 or 16.20% from 469); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAD4C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DCAD4C is #2352B3. Grayscale: #B0B0B0. Windows color (decimal): -2314932 or 5025244. OLE color: 5025244.
HSL color Cylindrical-coordinate representation of color #DCAD4C: hue angle of 40.42º 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 #DCAD4C is Cyan = 0, Magento = 0.21, Yellow = 0.65 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 173 | 76 | - |
| CMYK | 0 | 0.21 | 0.65 | 0.14 |
| HSL | 40.42º | 0.67% | 0.58% | - |
| HSV(B) | 40.42º | 0.65% | 0.86% | - |
| XYZ | 45.76 | 45.62 | 13.23 | - |
| YUV | 176 | 71.57 | 159.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 173 | 76 | 0 | 0.21 | 0.65 | 0.14 | 40.42 | 0.67 | 0.58 |
| Hex | DC | AD | 4C | 0 | 15 | 41 | E | 28 | 43 | 3A |
| Octal | 334 | 255 | 114 | 0 | 25 | 101 | 16 | 50 | 103 | 72 |
| Binary | 11011100 | 10101101 | 1001100 | 0 | 10101 | 1000001 | 1110 | 101000 | 1000011 | 111010 |
Color Harmonies of #DCAD4C
Complementary color
Monochromatic Colors of #DCAD4C
Black with #DCAD4C
Text Example
Text Example
White with #DCAD4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCAD4C; }
p { color: rgb(220,173,76); }
H1.HeaderClassName
{
color: #DCAD4C;
}
.AnyTagClassName
{
color: #DCAD4C;
}
</style>
background-color css
<style>
a { background-color: #DCAD4C; }
a { background-color: rgb(220,173,76); }
div.DivClassName
{
background-color: #DCAD4C;
}
.BgClassName
{
background-color: #DCAD4C;
}
</style>
border-color css
<style>
span { border-color: #DCAD4C; }
span { border-color: rgb(220,173,76); }
td.TdClassName
{
border-color: #DCAD4C;
}
.TagClassName
{
border-color: #DCAD4C;
}
</style>