Shades of Rob Roy #DCB34A
Tints of Rob Roy #DCB34A
RGB
CMYK
RGB Variations
Color information
#DCB34A (or 0xDCB34A) is known color: Rob Roy. HEX triplet: DC, B3 and 4A. RGB value is (220,179,74). Sum of RGB (Red+Green+Blue) = 220+179+74=473 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.51% from 473); Green value is 179 (70.31% from 255 or 37.84% from 473); Blue value is 74 (29.30% from 255 or 15.64% from 473); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB34A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCB34A is #234CB5. Grayscale: #B3B3B3. Windows color (decimal): -2313398 or 4895708. OLE color: 4895708.
HSL color Cylindrical-coordinate representation of color #DCB34A: hue angle of 43.15º 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 #DCB34A is Cyan = 0, Magento = 0.19, Yellow = 0.66 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 179 | 74 | - |
| CMYK | 0 | 0.19 | 0.66 | 0.14 |
| HSL | 43.15º | 0.68% | 0.58% | - |
| HSV(B) | 43.15º | 0.66% | 0.86% | - |
| XYZ | 46.87 | 47.95 | 13.26 | - |
| YUV | 179.29 | 68.58 | 157.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 179 | 74 | 0 | 0.19 | 0.66 | 0.14 | 43.15 | 0.68 | 0.58 |
| Hex | DC | B3 | 4A | 0 | 13 | 42 | E | 2B | 44 | 3A |
| Octal | 334 | 263 | 112 | 0 | 23 | 102 | 16 | 53 | 104 | 72 |
| Binary | 11011100 | 10110011 | 1001010 | 0 | 10011 | 1000010 | 1110 | 101011 | 1000100 | 111010 |
Color Harmonies of #DCB34A
Complementary color
Monochromatic Colors of #DCB34A
Black with #DCB34A
Text Example
Text Example
White with #DCB34A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB34A; }
p { color: rgb(220,179,74); }
H1.HeaderClassName
{
color: #DCB34A;
}
.AnyTagClassName
{
color: #DCB34A;
}
</style>
background-color css
<style>
a { background-color: #DCB34A; }
a { background-color: rgb(220,179,74); }
div.DivClassName
{
background-color: #DCB34A;
}
.BgClassName
{
background-color: #DCB34A;
}
</style>
border-color css
<style>
span { border-color: #DCB34A; }
span { border-color: rgb(220,179,74); }
td.TdClassName
{
border-color: #DCB34A;
}
.TagClassName
{
border-color: #DCB34A;
}
</style>