Shades of Ronchi #DDBB4C
Tints of Ronchi #DDBB4C
RGB
CMYK
RGB Variations
Color information
#DDBB4C (or 0xDDBB4C) is known color: Ronchi. HEX triplet: DD, BB and 4C. RGB value is (221,187,76). Sum of RGB (Red+Green+Blue) = 221+187+76=484 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.66% from 484); Green value is 187 (73.44% from 255 or 38.64% from 484); Blue value is 76 (30.08% from 255 or 15.70% from 484); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBB4C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDBB4C is #2244B3. Grayscale: #B8B8B8. Windows color (decimal): -2245812 or 5028829. OLE color: 5028829.
HSL color Cylindrical-coordinate representation of color #DDBB4C: hue angle of 45.93º 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 #DDBB4C is Cyan = 0, Magento = 0.15, Yellow = 0.66 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 187 | 76 | - |
| CMYK | 0 | 0.15 | 0.66 | 0.13 |
| HSL | 45.93º | 0.68% | 0.58% | - |
| HSV(B) | 45.93º | 0.66% | 0.87% | - |
| XYZ | 48.89 | 51.43 | 14.19 | - |
| YUV | 184.51 | 66.76 | 154.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 187 | 76 | 0 | 0.15 | 0.66 | 0.13 | 45.93 | 0.68 | 0.58 |
| Hex | DD | BB | 4C | 0 | F | 42 | D | 2E | 44 | 3A |
| Octal | 335 | 273 | 114 | 0 | 17 | 102 | 15 | 56 | 104 | 72 |
| Binary | 11011101 | 10111011 | 1001100 | 0 | 1111 | 1000010 | 1101 | 101110 | 1000100 | 111010 |
Color Harmonies of #DDBB4C
Complementary color
Monochromatic Colors of #DDBB4C
Black with #DDBB4C
Text Example
Text Example
White with #DDBB4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDBB4C; }
p { color: rgb(221,187,76); }
H1.HeaderClassName
{
color: #DDBB4C;
}
.AnyTagClassName
{
color: #DDBB4C;
}
</style>
background-color css
<style>
a { background-color: #DDBB4C; }
a { background-color: rgb(221,187,76); }
div.DivClassName
{
background-color: #DDBB4C;
}
.BgClassName
{
background-color: #DDBB4C;
}
</style>
border-color css
<style>
span { border-color: #DDBB4C; }
span { border-color: rgb(221,187,76); }
td.TdClassName
{
border-color: #DDBB4C;
}
.TagClassName
{
border-color: #DDBB4C;
}
</style>