Shades of Ronchi #DEBF54
Tints of Ronchi #DEBF54
RGB
CMYK
RGB Variations
Color information
#DEBF54 (or 0xDEBF54) is known color: Ronchi. HEX triplet: DE, BF and 54. RGB value is (222,191,84). Sum of RGB (Red+Green+Blue) = 222+191+84=497 (65% of max value = 765). Red value is 222 (87.11% from 255 or 44.67% from 497); Green value is 191 (75% from 255 or 38.43% from 497); Blue value is 84 (33.20% from 255 or 16.90% from 497); Max value from RGB is 222 - color contains mainly: red. Hex color #DEBF54 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEBF54 is #2140AB. Grayscale: #BCBCBC. Windows color (decimal): -2179244 or 5554142. OLE color: 5554142.
HSL color Cylindrical-coordinate representation of color #DEBF54: hue angle of 46.52º degrees, saturation: 0.68, 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 #DEBF54 is Cyan = 0, Magento = 0.14, Yellow = 0.62 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 191 | 84 | - |
| CMYK | 0 | 0.14 | 0.62 | 0.13 |
| HSL | 46.52º | 0.68% | 0.6% | - |
| HSV(B) | 46.52º | 0.62% | 0.87% | - |
| XYZ | 50.36 | 53.43 | 16.05 | - |
| YUV | 188.07 | 69.27 | 152.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 191 | 84 | 0 | 0.14 | 0.62 | 0.13 | 46.52 | 0.68 | 0.6 |
| Hex | DE | BF | 54 | 0 | E | 3E | D | 2F | 44 | 3C |
| Octal | 336 | 277 | 124 | 0 | 16 | 76 | 15 | 57 | 104 | 74 |
| Binary | 11011110 | 10111111 | 1010100 | 0 | 1110 | 111110 | 1101 | 101111 | 1000100 | 111100 |
Color Harmonies of #DEBF54
Complementary color
Monochromatic Colors of #DEBF54
Black with #DEBF54
Text Example
Text Example
White with #DEBF54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEBF54; }
p { color: rgb(222,191,84); }
H1.HeaderClassName
{
color: #DEBF54;
}
.AnyTagClassName
{
color: #DEBF54;
}
</style>
background-color css
<style>
a { background-color: #DEBF54; }
a { background-color: rgb(222,191,84); }
div.DivClassName
{
background-color: #DEBF54;
}
.BgClassName
{
background-color: #DEBF54;
}
</style>
border-color css
<style>
span { border-color: #DEBF54; }
span { border-color: rgb(222,191,84); }
td.TdClassName
{
border-color: #DEBF54;
}
.TagClassName
{
border-color: #DEBF54;
}
</style>