Shades of Confetti #DFCE4C
Tints of Confetti #DFCE4C
RGB
CMYK
RGB Variations
Color information
#DFCE4C (or 0xDFCE4C) is known color: Confetti. HEX triplet: DF, CE and 4C. RGB value is (223,206,76). Sum of RGB (Red+Green+Blue) = 223+206+76=505 (66% of max value = 765). Red value is 223 (87.5% from 255 or 44.16% from 505); Green value is 206 (80.86% from 255 or 40.79% from 505); Blue value is 76 (30.08% from 255 or 15.05% from 505); Max value from RGB is 223 - color contains mainly: red. Hex color #DFCE4C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFCE4C is #2031B3. Grayscale: #C4C4C4. Windows color (decimal): -2109876 or 5033695. OLE color: 5033695.
HSL color Cylindrical-coordinate representation of color #DFCE4C: hue angle of 53.06º degrees, saturation: 0.7, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #DFCE4C is Cyan = 0, Magento = 0.08, Yellow = 0.66 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 206 | 76 | - |
| CMYK | 0 | 0.08 | 0.66 | 0.13 |
| HSL | 53.06º | 0.7% | 0.59% | - |
| HSV(B) | 53.06º | 0.66% | 0.87% | - |
| XYZ | 53.81 | 60.35 | 15.65 | - |
| YUV | 196.26 | 60.13 | 147.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 206 | 76 | 0 | 0.08 | 0.66 | 0.13 | 53.06 | 0.7 | 0.59 |
| Hex | DF | CE | 4C | 0 | 8 | 42 | D | 35 | 46 | 3B |
| Octal | 337 | 316 | 114 | 0 | 10 | 102 | 15 | 65 | 106 | 73 |
| Binary | 11011111 | 11001110 | 1001100 | 0 | 1000 | 1000010 | 1101 | 110101 | 1000110 | 111011 |
Color Harmonies of #DFCE4C
Complementary color
Monochromatic Colors of #DFCE4C
Black with #DFCE4C
Text Example
Text Example
White with #DFCE4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFCE4C; }
p { color: rgb(223,206,76); }
H1.HeaderClassName
{
color: #DFCE4C;
}
.AnyTagClassName
{
color: #DFCE4C;
}
</style>
background-color css
<style>
a { background-color: #DFCE4C; }
a { background-color: rgb(223,206,76); }
div.DivClassName
{
background-color: #DFCE4C;
}
.BgClassName
{
background-color: #DFCE4C;
}
</style>
border-color css
<style>
span { border-color: #DFCE4C; }
span { border-color: rgb(223,206,76); }
td.TdClassName
{
border-color: #DFCE4C;
}
.TagClassName
{
border-color: #DFCE4C;
}
</style>