Shades of Ronchi #DCB84B
Tints of Ronchi #DCB84B
RGB
CMYK
RGB Variations
Color information
#DCB84B (or 0xDCB84B) is known color: Ronchi. HEX triplet: DC, B8 and 4B. RGB value is (220,184,75). Sum of RGB (Red+Green+Blue) = 220+184+75=479 (63% of max value = 765). Red value is 220 (86.33% from 255 or 45.93% from 479); Green value is 184 (72.27% from 255 or 38.41% from 479); Blue value is 75 (29.69% from 255 or 15.66% from 479); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB84B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCB84B is #2347B4. Grayscale: #B6B6B6. Windows color (decimal): -2312117 or 4962524. OLE color: 4962524.
HSL color Cylindrical-coordinate representation of color #DCB84B: hue angle of 45.1º 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 #DCB84B is Cyan = 0, Magento = 0.16, Yellow = 0.66 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 184 | 75 | - |
| CMYK | 0 | 0.16 | 0.66 | 0.14 |
| HSL | 45.1º | 0.67% | 0.58% | - |
| HSV(B) | 45.1º | 0.66% | 0.86% | - |
| XYZ | 47.93 | 50 | 13.78 | - |
| YUV | 182.34 | 67.43 | 154.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 184 | 75 | 0 | 0.16 | 0.66 | 0.14 | 45.1 | 0.67 | 0.58 |
| Hex | DC | B8 | 4B | 0 | 10 | 42 | E | 2D | 43 | 3A |
| Octal | 334 | 270 | 113 | 0 | 20 | 102 | 16 | 55 | 103 | 72 |
| Binary | 11011100 | 10111000 | 1001011 | 0 | 10000 | 1000010 | 1110 | 101101 | 1000011 | 111010 |
Color Harmonies of #DCB84B
Complementary color
Monochromatic Colors of #DCB84B
Black with #DCB84B
Text Example
Text Example
White with #DCB84B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB84B; }
p { color: rgb(220,184,75); }
H1.HeaderClassName
{
color: #DCB84B;
}
.AnyTagClassName
{
color: #DCB84B;
}
</style>
background-color css
<style>
a { background-color: #DCB84B; }
a { background-color: rgb(220,184,75); }
div.DivClassName
{
background-color: #DCB84B;
}
.BgClassName
{
background-color: #DCB84B;
}
</style>
border-color css
<style>
span { border-color: #DCB84B; }
span { border-color: rgb(220,184,75); }
td.TdClassName
{
border-color: #DCB84B;
}
.TagClassName
{
border-color: #DCB84B;
}
</style>