Shades of Confetti #DFCE4A
Tints of Confetti #DFCE4A
RGB
CMYK
RGB Variations
Color information
#DFCE4A (or 0xDFCE4A) is known color: Confetti. HEX triplet: DF, CE and 4A. RGB value is (223,206,74). Sum of RGB (Red+Green+Blue) = 223+206+74=503 (66% of max value = 765). Red value is 223 (87.5% from 255 or 44.33% from 503); Green value is 206 (80.86% from 255 or 40.95% from 503); Blue value is 74 (29.30% from 255 or 14.71% from 503); Max value from RGB is 223 - color contains mainly: red. Hex color #DFCE4A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFCE4A is #2031B5. Grayscale: #C4C4C4. Windows color (decimal): -2109878 or 4902623. OLE color: 4902623.
HSL color Cylindrical-coordinate representation of color #DFCE4A: hue angle of 53.15º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #DFCE4A is Cyan = 0, Magento = 0.08, Yellow = 0.67 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 206 | 74 | - |
| CMYK | 0 | 0.08 | 0.67 | 0.13 |
| HSL | 53.15º | 0.7% | 0.58% | - |
| HSV(B) | 53.15º | 0.67% | 0.87% | - |
| XYZ | 53.74 | 60.33 | 15.29 | - |
| YUV | 196.04 | 59.13 | 147.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 206 | 74 | 0 | 0.08 | 0.67 | 0.13 | 53.15 | 0.7 | 0.58 |
| Hex | DF | CE | 4A | 0 | 8 | 43 | D | 35 | 46 | 3A |
| Octal | 337 | 316 | 112 | 0 | 10 | 103 | 15 | 65 | 106 | 72 |
| Binary | 11011111 | 11001110 | 1001010 | 0 | 1000 | 1000011 | 1101 | 110101 | 1000110 | 111010 |
Color Harmonies of #DFCE4A
Complementary color
Monochromatic Colors of #DFCE4A
Black with #DFCE4A
Text Example
Text Example
White with #DFCE4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFCE4A; }
p { color: rgb(223,206,74); }
H1.HeaderClassName
{
color: #DFCE4A;
}
.AnyTagClassName
{
color: #DFCE4A;
}
</style>
background-color css
<style>
a { background-color: #DFCE4A; }
a { background-color: rgb(223,206,74); }
div.DivClassName
{
background-color: #DFCE4A;
}
.BgClassName
{
background-color: #DFCE4A;
}
</style>
border-color css
<style>
span { border-color: #DFCE4A; }
span { border-color: rgb(223,206,74); }
td.TdClassName
{
border-color: #DFCE4A;
}
.TagClassName
{
border-color: #DFCE4A;
}
</style>