Shades of Rob Roy #DCB04B
Tints of Rob Roy #DCB04B
RGB
CMYK
RGB Variations
Color information
#DCB04B (or 0xDCB04B) is known color: Rob Roy. HEX triplet: DC, B0 and 4B. RGB value is (220,176,75). Sum of RGB (Red+Green+Blue) = 220+176+75=471 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.71% from 471); Green value is 176 (69.14% from 255 or 37.37% from 471); Blue value is 75 (29.69% from 255 or 15.92% from 471); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB04B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DCB04B is #234FB4. Grayscale: #B2B2B2. Windows color (decimal): -2314165 or 4960476. OLE color: 4960476.
HSL color Cylindrical-coordinate representation of color #DCB04B: hue angle of 41.79º degrees, saturation: 0.67, 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 #DCB04B is Cyan = 0, Magento = 0.2, Yellow = 0.66 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 176 | 75 | - |
| CMYK | 0 | 0.2 | 0.66 | 0.14 |
| HSL | 41.79º | 0.67% | 0.58% | - |
| HSV(B) | 41.79º | 0.66% | 0.86% | - |
| XYZ | 46.31 | 46.77 | 13.24 | - |
| YUV | 177.64 | 70.08 | 158.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 176 | 75 | 0 | 0.2 | 0.66 | 0.14 | 41.79 | 0.67 | 0.58 |
| Hex | DC | B0 | 4B | 0 | 14 | 42 | E | 2A | 43 | 3A |
| Octal | 334 | 260 | 113 | 0 | 24 | 102 | 16 | 52 | 103 | 72 |
| Binary | 11011100 | 10110000 | 1001011 | 0 | 10100 | 1000010 | 1110 | 101010 | 1000011 | 111010 |
Color Harmonies of #DCB04B
Complementary color
Monochromatic Colors of #DCB04B
Black with #DCB04B
Text Example
Text Example
White with #DCB04B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB04B; }
p { color: rgb(220,176,75); }
H1.HeaderClassName
{
color: #DCB04B;
}
.AnyTagClassName
{
color: #DCB04B;
}
</style>
background-color css
<style>
a { background-color: #DCB04B; }
a { background-color: rgb(220,176,75); }
div.DivClassName
{
background-color: #DCB04B;
}
.BgClassName
{
background-color: #DCB04B;
}
</style>
border-color css
<style>
span { border-color: #DCB04B; }
span { border-color: rgb(220,176,75); }
td.TdClassName
{
border-color: #DCB04B;
}
.TagClassName
{
border-color: #DCB04B;
}
</style>