Shades of Rob Roy #DCB44D
Tints of Rob Roy #DCB44D
RGB
CMYK
RGB Variations
Color information
#DCB44D (or 0xDCB44D) is known color: Rob Roy. HEX triplet: DC, B4 and 4D. RGB value is (220,180,77). Sum of RGB (Red+Green+Blue) = 220+180+77=477 (63% of max value = 765). Red value is 220 (86.33% from 255 or 46.12% from 477); Green value is 180 (70.70% from 255 or 37.74% from 477); Blue value is 77 (30.47% from 255 or 16.14% from 477); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB44D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCB44D is #234BB2. Grayscale: #B4B4B4. Windows color (decimal): -2313139 or 5092572. OLE color: 5092572.
HSL color Cylindrical-coordinate representation of color #DCB44D: hue angle of 43.22º 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 #DCB44D is Cyan = 0, Magento = 0.18, Yellow = 0.65 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 180 | 77 | - |
| CMYK | 0 | 0.18 | 0.65 | 0.14 |
| HSL | 43.22º | 0.67% | 0.58% | - |
| HSV(B) | 43.22º | 0.65% | 0.86% | - |
| XYZ | 47.18 | 48.39 | 13.88 | - |
| YUV | 180.22 | 69.75 | 156.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 180 | 77 | 0 | 0.18 | 0.65 | 0.14 | 43.22 | 0.67 | 0.58 |
| Hex | DC | B4 | 4D | 0 | 12 | 41 | E | 2B | 43 | 3A |
| Octal | 334 | 264 | 115 | 0 | 22 | 101 | 16 | 53 | 103 | 72 |
| Binary | 11011100 | 10110100 | 1001101 | 0 | 10010 | 1000001 | 1110 | 101011 | 1000011 | 111010 |
Color Harmonies of #DCB44D
Complementary color
Monochromatic Colors of #DCB44D
Black with #DCB44D
Text Example
Text Example
White with #DCB44D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB44D; }
p { color: rgb(220,180,77); }
H1.HeaderClassName
{
color: #DCB44D;
}
.AnyTagClassName
{
color: #DCB44D;
}
</style>
background-color css
<style>
a { background-color: #DCB44D; }
a { background-color: rgb(220,180,77); }
div.DivClassName
{
background-color: #DCB44D;
}
.BgClassName
{
background-color: #DCB44D;
}
</style>
border-color css
<style>
span { border-color: #DCB44D; }
span { border-color: rgb(220,180,77); }
td.TdClassName
{
border-color: #DCB44D;
}
.TagClassName
{
border-color: #DCB44D;
}
</style>