Shades of Ronchi #DCB74A
Tints of Ronchi #DCB74A
RGB
CMYK
RGB Variations
Color information
#DCB74A (or 0xDCB74A) is known color: Ronchi. HEX triplet: DC, B7 and 4A. RGB value is (220,183,74). Sum of RGB (Red+Green+Blue) = 220+183+74=477 (63% of max value = 765). Red value is 220 (86.33% from 255 or 46.12% from 477); Green value is 183 (71.88% from 255 or 38.36% from 477); Blue value is 74 (29.30% from 255 or 15.51% from 477); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB74A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCB74A is #2348B5. Grayscale: #B6B6B6. Windows color (decimal): -2312374 or 4896732. OLE color: 4896732.
HSL color Cylindrical-coordinate representation of color #DCB74A: hue angle of 44.79º 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 #DCB74A is Cyan = 0, Magento = 0.17, Yellow = 0.66 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 183 | 74 | - |
| CMYK | 0 | 0.17 | 0.66 | 0.14 |
| HSL | 44.79º | 0.68% | 0.58% | - |
| HSV(B) | 44.79º | 0.66% | 0.86% | - |
| XYZ | 47.68 | 49.58 | 13.53 | - |
| YUV | 181.64 | 67.26 | 155.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 183 | 74 | 0 | 0.17 | 0.66 | 0.14 | 44.79 | 0.68 | 0.58 |
| Hex | DC | B7 | 4A | 0 | 11 | 42 | E | 2D | 44 | 3A |
| Octal | 334 | 267 | 112 | 0 | 21 | 102 | 16 | 55 | 104 | 72 |
| Binary | 11011100 | 10110111 | 1001010 | 0 | 10001 | 1000010 | 1110 | 101101 | 1000100 | 111010 |
Color Harmonies of #DCB74A
Complementary color
Monochromatic Colors of #DCB74A
Black with #DCB74A
Text Example
Text Example
White with #DCB74A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB74A; }
p { color: rgb(220,183,74); }
H1.HeaderClassName
{
color: #DCB74A;
}
.AnyTagClassName
{
color: #DCB74A;
}
</style>
background-color css
<style>
a { background-color: #DCB74A; }
a { background-color: rgb(220,183,74); }
div.DivClassName
{
background-color: #DCB74A;
}
.BgClassName
{
background-color: #DCB74A;
}
</style>
border-color css
<style>
span { border-color: #DCB74A; }
span { border-color: rgb(220,183,74); }
td.TdClassName
{
border-color: #DCB74A;
}
.TagClassName
{
border-color: #DCB74A;
}
</style>