Shades of Ronchi #DDBE54
Tints of Ronchi #DDBE54
RGB
CMYK
RGB Variations
Color information
#DDBE54 (or 0xDDBE54) is known color: Ronchi. HEX triplet: DD, BE and 54. RGB value is (221,190,84). Sum of RGB (Red+Green+Blue) = 221+190+84=495 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.65% from 495); Green value is 190 (74.61% from 255 or 38.38% from 495); Blue value is 84 (33.20% from 255 or 16.97% from 495); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBE54 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDBE54 is #2241AB. Grayscale: #BBBBBB. Windows color (decimal): -2245036 or 5553885. OLE color: 5553885.
HSL color Cylindrical-coordinate representation of color #DDBE54: hue angle of 46.42º degrees, saturation: 0.67, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #DDBE54 is Cyan = 0, Magento = 0.14, Yellow = 0.62 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 190 | 84 | - |
| CMYK | 0 | 0.14 | 0.62 | 0.13 |
| HSL | 46.42º | 0.67% | 0.6% | - |
| HSV(B) | 46.42º | 0.62% | 0.87% | - |
| XYZ | 49.83 | 52.84 | 15.96 | - |
| YUV | 187.19 | 69.77 | 152.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 190 | 84 | 0 | 0.14 | 0.62 | 0.13 | 46.42 | 0.67 | 0.6 |
| Hex | DD | BE | 54 | 0 | E | 3E | D | 2E | 43 | 3C |
| Octal | 335 | 276 | 124 | 0 | 16 | 76 | 15 | 56 | 103 | 74 |
| Binary | 11011101 | 10111110 | 1010100 | 0 | 1110 | 111110 | 1101 | 101110 | 1000011 | 111100 |
Color Harmonies of #DDBE54
Complementary color
Monochromatic Colors of #DDBE54
Black with #DDBE54
Text Example
Text Example
White with #DDBE54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDBE54; }
p { color: rgb(221,190,84); }
H1.HeaderClassName
{
color: #DDBE54;
}
.AnyTagClassName
{
color: #DDBE54;
}
</style>
background-color css
<style>
a { background-color: #DDBE54; }
a { background-color: rgb(221,190,84); }
div.DivClassName
{
background-color: #DDBE54;
}
.BgClassName
{
background-color: #DDBE54;
}
</style>
border-color css
<style>
span { border-color: #DDBE54; }
span { border-color: rgb(221,190,84); }
td.TdClassName
{
border-color: #DDBE54;
}
.TagClassName
{
border-color: #DDBE54;
}
</style>