Shades of Rob Roy #DCB14E
Tints of Rob Roy #DCB14E
RGB
CMYK
RGB Variations
Color information
#DCB14E (or 0xDCB14E) is known color: Rob Roy. HEX triplet: DC, B1 and 4E. RGB value is (220,177,78). Sum of RGB (Red+Green+Blue) = 220+177+78=475 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.32% from 475); Green value is 177 (69.53% from 255 or 37.26% from 475); Blue value is 78 (30.86% from 255 or 16.42% from 475); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB14E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DCB14E is #234EB1. Grayscale: #B3B3B3. Windows color (decimal): -2313906 or 5157340. OLE color: 5157340.
HSL color Cylindrical-coordinate representation of color #DCB14E: hue angle of 41.83º 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 #DCB14E is Cyan = 0, Magento = 0.20, Yellow = 0.65 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 177 | 78 | - |
| CMYK | 0 | 0.20 | 0.65 | 0.14 |
| HSL | 41.83º | 0.67% | 0.58% | - |
| HSV(B) | 41.83º | 0.65% | 0.86% | - |
| XYZ | 46.61 | 47.21 | 13.86 | - |
| YUV | 178.57 | 71.25 | 157.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 177 | 78 | 0 | 0.20 | 0.65 | 0.14 | 41.83 | 0.67 | 0.58 |
| Hex | DC | B1 | 4E | 0 | 14 | 41 | E | 2A | 43 | 3A |
| Octal | 334 | 261 | 116 | 0 | 24 | 101 | 16 | 52 | 103 | 72 |
| Binary | 11011100 | 10110001 | 1001110 | 0 | 10100 | 1000001 | 1110 | 101010 | 1000011 | 111010 |
Color Harmonies of #DCB14E
Complementary color
Monochromatic Colors of #DCB14E
Black with #DCB14E
Text Example
Text Example
White with #DCB14E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB14E; }
p { color: rgb(220,177,78); }
H1.HeaderClassName
{
color: #DCB14E;
}
.AnyTagClassName
{
color: #DCB14E;
}
</style>
background-color css
<style>
a { background-color: #DCB14E; }
a { background-color: rgb(220,177,78); }
div.DivClassName
{
background-color: #DCB14E;
}
.BgClassName
{
background-color: #DCB14E;
}
</style>
border-color css
<style>
span { border-color: #DCB14E; }
span { border-color: rgb(220,177,78); }
td.TdClassName
{
border-color: #DCB14E;
}
.TagClassName
{
border-color: #DCB14E;
}
</style>