Shades of Rob Roy #DCB149
Tints of Rob Roy #DCB149
RGB
CMYK
RGB Variations
Color information
#DCB149 (or 0xDCB149) is known color: Rob Roy. HEX triplet: DC, B1 and 49. RGB value is (220,177,73). Sum of RGB (Red+Green+Blue) = 220+177+73=470 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.81% from 470); Green value is 177 (69.53% from 255 or 37.66% from 470); Blue value is 73 (28.91% from 255 or 15.53% from 470); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB149 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DCB149 is #234EB6. Grayscale: #B2B2B2. Windows color (decimal): -2313911 or 4829660. OLE color: 4829660.
HSL color Cylindrical-coordinate representation of color #DCB149: hue angle of 42.45º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #DCB149 is Cyan = 0, Magento = 0.20, Yellow = 0.67 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 177 | 73 | - |
| CMYK | 0 | 0.20 | 0.67 | 0.14 |
| HSL | 42.45º | 0.68% | 0.57% | - |
| HSV(B) | 42.45º | 0.67% | 0.86% | - |
| XYZ | 46.44 | 47.14 | 12.95 | - |
| YUV | 178 | 68.75 | 157.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 177 | 73 | 0 | 0.20 | 0.67 | 0.14 | 42.45 | 0.68 | 0.57 |
| Hex | DC | B1 | 49 | 0 | 14 | 43 | E | 2A | 44 | 39 |
| Octal | 334 | 261 | 111 | 0 | 24 | 103 | 16 | 52 | 104 | 71 |
| Binary | 11011100 | 10110001 | 1001001 | 0 | 10100 | 1000011 | 1110 | 101010 | 1000100 | 111001 |
Color Harmonies of #DCB149
Complementary color
Monochromatic Colors of #DCB149
Black with #DCB149
Text Example
Text Example
White with #DCB149
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB149; }
p { color: rgb(220,177,73); }
H1.HeaderClassName
{
color: #DCB149;
}
.AnyTagClassName
{
color: #DCB149;
}
</style>
background-color css
<style>
a { background-color: #DCB149; }
a { background-color: rgb(220,177,73); }
div.DivClassName
{
background-color: #DCB149;
}
.BgClassName
{
background-color: #DCB149;
}
</style>
border-color css
<style>
span { border-color: #DCB149; }
span { border-color: rgb(220,177,73); }
td.TdClassName
{
border-color: #DCB149;
}
.TagClassName
{
border-color: #DCB149;
}
</style>