Shades of Confetti #DEBF3D
Tints of Confetti #DEBF3D
RGB
CMYK
RGB Variations
Color information
#DEBF3D (or 0xDEBF3D) is known color: Confetti. HEX triplet: DE, BF and 3D. RGB value is (222,191,61). Sum of RGB (Red+Green+Blue) = 222+191+61=474 (62% of max value = 765). Red value is 222 (87.11% from 255 or 46.84% from 474); Green value is 191 (75% from 255 or 40.30% from 474); Blue value is 61 (24.22% from 255 or 12.87% from 474); Max value from RGB is 222 - color contains mainly: red. Hex color #DEBF3D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DEBF3D is #2140C2. Grayscale: #BABABA. Windows color (decimal): -2179267 or 4046814. OLE color: 4046814.
HSL color Cylindrical-coordinate representation of color #DEBF3D: hue angle of 48.45º degrees, saturation: 0.71, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #DEBF3D is Cyan = 0, Magento = 0.14, Yellow = 0.73 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 191 | 61 | - |
| CMYK | 0 | 0.14 | 0.73 | 0.13 |
| HSL | 48.45º | 0.71% | 0.55% | - |
| HSV(B) | 48.45º | 0.73% | 0.87% | - |
| XYZ | 49.6 | 53.13 | 12.06 | - |
| YUV | 185.45 | 57.77 | 154.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 191 | 61 | 0 | 0.14 | 0.73 | 0.13 | 48.45 | 0.71 | 0.55 |
| Hex | DE | BF | 3D | 0 | E | 49 | D | 30 | 47 | 37 |
| Octal | 336 | 277 | 75 | 0 | 16 | 111 | 15 | 60 | 107 | 67 |
| Binary | 11011110 | 10111111 | 111101 | 0 | 1110 | 1001001 | 1101 | 110000 | 1000111 | 110111 |
Color Harmonies of #DEBF3D
Complementary color
Monochromatic Colors of #DEBF3D
Black with #DEBF3D
Text Example
Text Example
White with #DEBF3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEBF3D; }
p { color: rgb(222,191,61); }
H1.HeaderClassName
{
color: #DEBF3D;
}
.AnyTagClassName
{
color: #DEBF3D;
}
</style>
background-color css
<style>
a { background-color: #DEBF3D; }
a { background-color: rgb(222,191,61); }
div.DivClassName
{
background-color: #DEBF3D;
}
.BgClassName
{
background-color: #DEBF3D;
}
</style>
border-color css
<style>
span { border-color: #DEBF3D; }
span { border-color: rgb(222,191,61); }
td.TdClassName
{
border-color: #DEBF3D;
}
.TagClassName
{
border-color: #DEBF3D;
}
</style>