Shades of Ronchi #DCB74C
Tints of Ronchi #DCB74C
RGB
CMYK
RGB Variations
Color information
#DCB74C (or 0xDCB74C) is known color: Ronchi. HEX triplet: DC, B7 and 4C. RGB value is (220,183,76). Sum of RGB (Red+Green+Blue) = 220+183+76=479 (63% of max value = 765). Red value is 220 (86.33% from 255 or 45.93% from 479); Green value is 183 (71.88% from 255 or 38.20% from 479); Blue value is 76 (30.08% from 255 or 15.87% from 479); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB74C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCB74C is #2348B3. Grayscale: #B6B6B6. Windows color (decimal): -2312372 or 5027804. OLE color: 5027804.
HSL color Cylindrical-coordinate representation of color #DCB74C: hue angle of 44.58º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #DCB74C is Cyan = 0, Magento = 0.17, Yellow = 0.65 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 183 | 76 | - |
| CMYK | 0 | 0.17 | 0.65 | 0.14 |
| HSL | 44.58º | 0.67% | 0.58% | - |
| HSV(B) | 44.58º | 0.65% | 0.86% | - |
| XYZ | 47.75 | 49.6 | 13.9 | - |
| YUV | 181.87 | 68.26 | 155.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 183 | 76 | 0 | 0.17 | 0.65 | 0.14 | 44.58 | 0.67 | 0.58 |
| Hex | DC | B7 | 4C | 0 | 11 | 41 | E | 2D | 43 | 3A |
| Octal | 334 | 267 | 114 | 0 | 21 | 101 | 16 | 55 | 103 | 72 |
| Binary | 11011100 | 10110111 | 1001100 | 0 | 10001 | 1000001 | 1110 | 101101 | 1000011 | 111010 |
Color Harmonies of #DCB74C
Complementary color
Monochromatic Colors of #DCB74C
Black with #DCB74C
Text Example
Text Example
White with #DCB74C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB74C; }
p { color: rgb(220,183,76); }
H1.HeaderClassName
{
color: #DCB74C;
}
.AnyTagClassName
{
color: #DCB74C;
}
</style>
background-color css
<style>
a { background-color: #DCB74C; }
a { background-color: rgb(220,183,76); }
div.DivClassName
{
background-color: #DCB74C;
}
.BgClassName
{
background-color: #DCB74C;
}
</style>
border-color css
<style>
span { border-color: #DCB74C; }
span { border-color: rgb(220,183,76); }
td.TdClassName
{
border-color: #DCB74C;
}
.TagClassName
{
border-color: #DCB74C;
}
</style>