Shades of Rob Roy #DCB04A
Tints of Rob Roy #DCB04A
RGB
CMYK
RGB Variations
Color information
#DCB04A (or 0xDCB04A) is known color: Rob Roy. HEX triplet: DC, B0 and 4A. RGB value is (220,176,74). Sum of RGB (Red+Green+Blue) = 220+176+74=470 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.81% from 470); Green value is 176 (69.14% from 255 or 37.45% from 470); Blue value is 74 (29.30% from 255 or 15.74% from 470); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB04A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DCB04A is #234FB5. Grayscale: #B1B1B1. Windows color (decimal): -2314166 or 4894940. OLE color: 4894940.
HSL color Cylindrical-coordinate representation of color #DCB04A: hue angle of 41.92º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #DCB04A is Cyan = 0, Magento = 0.2, Yellow = 0.66 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 176 | 74 | - |
| CMYK | 0 | 0.2 | 0.66 | 0.14 |
| HSL | 41.92º | 0.68% | 0.58% | - |
| HSV(B) | 41.92º | 0.66% | 0.86% | - |
| XYZ | 46.28 | 46.76 | 13.07 | - |
| YUV | 177.53 | 69.58 | 158.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 176 | 74 | 0 | 0.2 | 0.66 | 0.14 | 41.92 | 0.68 | 0.58 |
| Hex | DC | B0 | 4A | 0 | 14 | 42 | E | 2A | 44 | 3A |
| Octal | 334 | 260 | 112 | 0 | 24 | 102 | 16 | 52 | 104 | 72 |
| Binary | 11011100 | 10110000 | 1001010 | 0 | 10100 | 1000010 | 1110 | 101010 | 1000100 | 111010 |
Color Harmonies of #DCB04A
Complementary color
Monochromatic Colors of #DCB04A
Black with #DCB04A
Text Example
Text Example
White with #DCB04A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB04A; }
p { color: rgb(220,176,74); }
H1.HeaderClassName
{
color: #DCB04A;
}
.AnyTagClassName
{
color: #DCB04A;
}
</style>
background-color css
<style>
a { background-color: #DCB04A; }
a { background-color: rgb(220,176,74); }
div.DivClassName
{
background-color: #DCB04A;
}
.BgClassName
{
background-color: #DCB04A;
}
</style>
border-color css
<style>
span { border-color: #DCB04A; }
span { border-color: rgb(220,176,74); }
td.TdClassName
{
border-color: #DCB04A;
}
.TagClassName
{
border-color: #DCB04A;
}
</style>