Shades of Confetti #DFCE4D
Tints of Confetti #DFCE4D
RGB
CMYK
RGB Variations
Color information
#DFCE4D (or 0xDFCE4D) is known color: Confetti. HEX triplet: DF, CE and 4D. RGB value is (223,206,77). Sum of RGB (Red+Green+Blue) = 223+206+77=506 (67% of max value = 765). Red value is 223 (87.5% from 255 or 44.07% from 506); Green value is 206 (80.86% from 255 or 40.71% from 506); Blue value is 77 (30.47% from 255 or 15.22% from 506); Max value from RGB is 223 - color contains mainly: red. Hex color #DFCE4D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFCE4D is #2031B2. Grayscale: #C4C4C4. Windows color (decimal): -2109875 or 5099231. OLE color: 5099231.
HSL color Cylindrical-coordinate representation of color #DFCE4D: hue angle of 53.01º degrees, saturation: 0.7, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #DFCE4D is Cyan = 0, Magento = 0.08, Yellow = 0.65 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 206 | 77 | - |
| CMYK | 0 | 0.08 | 0.65 | 0.13 |
| HSL | 53.01º | 0.7% | 0.59% | - |
| HSV(B) | 53.01º | 0.65% | 0.87% | - |
| XYZ | 53.84 | 60.37 | 15.84 | - |
| YUV | 196.38 | 60.63 | 146.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 206 | 77 | 0 | 0.08 | 0.65 | 0.13 | 53.01 | 0.7 | 0.59 |
| Hex | DF | CE | 4D | 0 | 8 | 41 | D | 35 | 46 | 3B |
| Octal | 337 | 316 | 115 | 0 | 10 | 101 | 15 | 65 | 106 | 73 |
| Binary | 11011111 | 11001110 | 1001101 | 0 | 1000 | 1000001 | 1101 | 110101 | 1000110 | 111011 |
Color Harmonies of #DFCE4D
Complementary color
Monochromatic Colors of #DFCE4D
Black with #DFCE4D
Text Example
Text Example
White with #DFCE4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFCE4D; }
p { color: rgb(223,206,77); }
H1.HeaderClassName
{
color: #DFCE4D;
}
.AnyTagClassName
{
color: #DFCE4D;
}
</style>
background-color css
<style>
a { background-color: #DFCE4D; }
a { background-color: rgb(223,206,77); }
div.DivClassName
{
background-color: #DFCE4D;
}
.BgClassName
{
background-color: #DFCE4D;
}
</style>
border-color css
<style>
span { border-color: #DFCE4D; }
span { border-color: rgb(223,206,77); }
td.TdClassName
{
border-color: #DFCE4D;
}
.TagClassName
{
border-color: #DFCE4D;
}
</style>