Shades of Ronchi #DDBB4F
Tints of Ronchi #DDBB4F
RGB
CMYK
RGB Variations
Color information
#DDBB4F (or 0xDDBB4F) is known color: Ronchi. HEX triplet: DD, BB and 4F. RGB value is (221,187,79). Sum of RGB (Red+Green+Blue) = 221+187+79=487 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.38% from 487); Green value is 187 (73.44% from 255 or 38.40% from 487); Blue value is 79 (31.25% from 255 or 16.22% from 487); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBB4F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDBB4F is #2244B0. Grayscale: #B9B9B9. Windows color (decimal): -2245809 or 5225437. OLE color: 5225437.
HSL color Cylindrical-coordinate representation of color #DDBB4F: hue angle of 45.63º degrees, saturation: 0.68, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #DDBB4F is Cyan = 0, Magento = 0.15, Yellow = 0.64 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 187 | 79 | - |
| CMYK | 0 | 0.15 | 0.64 | 0.13 |
| HSL | 45.63º | 0.68% | 0.59% | - |
| HSV(B) | 45.63º | 0.64% | 0.87% | - |
| XYZ | 49 | 51.48 | 14.75 | - |
| YUV | 184.85 | 68.26 | 153.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 187 | 79 | 0 | 0.15 | 0.64 | 0.13 | 45.63 | 0.68 | 0.59 |
| Hex | DD | BB | 4F | 0 | F | 40 | D | 2E | 44 | 3B |
| Octal | 335 | 273 | 117 | 0 | 17 | 100 | 15 | 56 | 104 | 73 |
| Binary | 11011101 | 10111011 | 1001111 | 0 | 1111 | 1000000 | 1101 | 101110 | 1000100 | 111011 |
Color Harmonies of #DDBB4F
Complementary color
Monochromatic Colors of #DDBB4F
Black with #DDBB4F
Text Example
Text Example
White with #DDBB4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDBB4F; }
p { color: rgb(221,187,79); }
H1.HeaderClassName
{
color: #DDBB4F;
}
.AnyTagClassName
{
color: #DDBB4F;
}
</style>
background-color css
<style>
a { background-color: #DDBB4F; }
a { background-color: rgb(221,187,79); }
div.DivClassName
{
background-color: #DDBB4F;
}
.BgClassName
{
background-color: #DDBB4F;
}
</style>
border-color css
<style>
span { border-color: #DDBB4F; }
span { border-color: rgb(221,187,79); }
td.TdClassName
{
border-color: #DDBB4F;
}
.TagClassName
{
border-color: #DDBB4F;
}
</style>