Shades of Ronchi #DDBC4B
Tints of Ronchi #DDBC4B
RGB
CMYK
RGB Variations
Color information
#DDBC4B (or 0xDDBC4B) is known color: Ronchi. HEX triplet: DD, BC and 4B. RGB value is (221,188,75). Sum of RGB (Red+Green+Blue) = 221+188+75=484 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.66% from 484); Green value is 188 (73.83% from 255 or 38.84% from 484); Blue value is 75 (29.69% from 255 or 15.50% from 484); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBC4B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDBC4B is #2243B4. Grayscale: #B9B9B9. Windows color (decimal): -2245557 or 4963549. OLE color: 4963549.
HSL color Cylindrical-coordinate representation of color #DDBC4B: hue angle of 46.44º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #DDBC4B is Cyan = 0, Magento = 0.15, Yellow = 0.66 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 188 | 75 | - |
| CMYK | 0 | 0.15 | 0.66 | 0.13 |
| HSL | 46.44º | 0.68% | 0.58% | - |
| HSV(B) | 46.44º | 0.66% | 0.87% | - |
| XYZ | 49.07 | 51.85 | 14.08 | - |
| YUV | 184.99 | 65.93 | 153.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 188 | 75 | 0 | 0.15 | 0.66 | 0.13 | 46.44 | 0.68 | 0.58 |
| Hex | DD | BC | 4B | 0 | F | 42 | D | 2E | 44 | 3A |
| Octal | 335 | 274 | 113 | 0 | 17 | 102 | 15 | 56 | 104 | 72 |
| Binary | 11011101 | 10111100 | 1001011 | 0 | 1111 | 1000010 | 1101 | 101110 | 1000100 | 111010 |
Color Harmonies of #DDBC4B
Complementary color
Monochromatic Colors of #DDBC4B
Black with #DDBC4B
Text Example
Text Example
White with #DDBC4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDBC4B; }
p { color: rgb(221,188,75); }
H1.HeaderClassName
{
color: #DDBC4B;
}
.AnyTagClassName
{
color: #DDBC4B;
}
</style>
background-color css
<style>
a { background-color: #DDBC4B; }
a { background-color: rgb(221,188,75); }
div.DivClassName
{
background-color: #DDBC4B;
}
.BgClassName
{
background-color: #DDBC4B;
}
</style>
border-color css
<style>
span { border-color: #DDBC4B; }
span { border-color: rgb(221,188,75); }
td.TdClassName
{
border-color: #DDBC4B;
}
.TagClassName
{
border-color: #DDBC4B;
}
</style>