Shades of Rob Roy #DCB04D
Tints of Rob Roy #DCB04D
RGB
CMYK
RGB Variations
Color information
#DCB04D (or 0xDCB04D) is known color: Rob Roy. HEX triplet: DC, B0 and 4D. RGB value is (220,176,77). Sum of RGB (Red+Green+Blue) = 220+176+77=473 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.51% from 473); Green value is 176 (69.14% from 255 or 37.21% from 473); Blue value is 77 (30.47% from 255 or 16.28% from 473); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB04D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DCB04D is #234FB2. Grayscale: #B2B2B2. Windows color (decimal): -2314163 or 5091548. OLE color: 5091548.
HSL color Cylindrical-coordinate representation of color #DCB04D: hue angle of 41.54º 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 #DCB04D is Cyan = 0, Magento = 0.2, Yellow = 0.65 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 176 | 77 | - |
| CMYK | 0 | 0.2 | 0.65 | 0.14 |
| HSL | 41.54º | 0.67% | 0.58% | - |
| HSV(B) | 41.54º | 0.65% | 0.86% | - |
| XYZ | 46.38 | 46.8 | 13.61 | - |
| YUV | 177.87 | 71.08 | 158.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 176 | 77 | 0 | 0.2 | 0.65 | 0.14 | 41.54 | 0.67 | 0.58 |
| Hex | DC | B0 | 4D | 0 | 14 | 41 | E | 2A | 43 | 3A |
| Octal | 334 | 260 | 115 | 0 | 24 | 101 | 16 | 52 | 103 | 72 |
| Binary | 11011100 | 10110000 | 1001101 | 0 | 10100 | 1000001 | 1110 | 101010 | 1000011 | 111010 |
Color Harmonies of #DCB04D
Complementary color
Monochromatic Colors of #DCB04D
Black with #DCB04D
Text Example
Text Example
White with #DCB04D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB04D; }
p { color: rgb(220,176,77); }
H1.HeaderClassName
{
color: #DCB04D;
}
.AnyTagClassName
{
color: #DCB04D;
}
</style>
background-color css
<style>
a { background-color: #DCB04D; }
a { background-color: rgb(220,176,77); }
div.DivClassName
{
background-color: #DCB04D;
}
.BgClassName
{
background-color: #DCB04D;
}
</style>
border-color css
<style>
span { border-color: #DCB04D; }
span { border-color: rgb(220,176,77); }
td.TdClassName
{
border-color: #DCB04D;
}
.TagClassName
{
border-color: #DCB04D;
}
</style>