Shades of Rob Roy #DCB34D
Tints of Rob Roy #DCB34D
RGB
CMYK
RGB Variations
Color information
#DCB34D (or 0xDCB34D) is known color: Rob Roy. HEX triplet: DC, B3 and 4D. RGB value is (220,179,77). Sum of RGB (Red+Green+Blue) = 220+179+77=476 (63% of max value = 765). Red value is 220 (86.33% from 255 or 46.22% from 476); Green value is 179 (70.31% from 255 or 37.61% from 476); Blue value is 77 (30.47% from 255 or 16.18% from 476); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB34D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCB34D is #234CB2. Grayscale: #B4B4B4. Windows color (decimal): -2313395 or 5092316. OLE color: 5092316.
HSL color Cylindrical-coordinate representation of color #DCB34D: hue angle of 42.8º 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 #DCB34D is Cyan = 0, Magento = 0.19, Yellow = 0.65 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 179 | 77 | - |
| CMYK | 0 | 0.19 | 0.65 | 0.14 |
| HSL | 42.8º | 0.67% | 0.58% | - |
| HSV(B) | 42.8º | 0.65% | 0.86% | - |
| XYZ | 46.97 | 47.99 | 13.81 | - |
| YUV | 179.63 | 70.08 | 156.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 179 | 77 | 0 | 0.19 | 0.65 | 0.14 | 42.8 | 0.67 | 0.58 |
| Hex | DC | B3 | 4D | 0 | 13 | 41 | E | 2B | 43 | 3A |
| Octal | 334 | 263 | 115 | 0 | 23 | 101 | 16 | 53 | 103 | 72 |
| Binary | 11011100 | 10110011 | 1001101 | 0 | 10011 | 1000001 | 1110 | 101011 | 1000011 | 111010 |
Color Harmonies of #DCB34D
Complementary color
Monochromatic Colors of #DCB34D
Black with #DCB34D
Text Example
Text Example
White with #DCB34D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB34D; }
p { color: rgb(220,179,77); }
H1.HeaderClassName
{
color: #DCB34D;
}
.AnyTagClassName
{
color: #DCB34D;
}
</style>
background-color css
<style>
a { background-color: #DCB34D; }
a { background-color: rgb(220,179,77); }
div.DivClassName
{
background-color: #DCB34D;
}
.BgClassName
{
background-color: #DCB34D;
}
</style>
border-color css
<style>
span { border-color: #DCB34D; }
span { border-color: rgb(220,179,77); }
td.TdClassName
{
border-color: #DCB34D;
}
.TagClassName
{
border-color: #DCB34D;
}
</style>