Shades of Confetti #DFD03E
Tints of Confetti #DFD03E
RGB
CMYK
RGB Variations
Color information
#DFD03E (or 0xDFD03E) is known color: Confetti. HEX triplet: DF, D0 and 3E. RGB value is (223,208,62). Sum of RGB (Red+Green+Blue) = 223+208+62=493 (65% of max value = 765). Red value is 223 (87.5% from 255 or 45.23% from 493); Green value is 208 (81.64% from 255 or 42.19% from 493); Blue value is 62 (24.61% from 255 or 12.58% from 493); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD03E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFD03E is #202FC1. Grayscale: #C4C4C4. Windows color (decimal): -2109378 or 4116703. OLE color: 4116703.
HSL color Cylindrical-coordinate representation of color #DFD03E: hue angle of 54.41º degrees, saturation: 0.72, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #DFD03E is Cyan = 0, Magento = 0.07, Yellow = 0.72 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 208 | 62 | - |
| CMYK | 0 | 0.07 | 0.72 | 0.13 |
| HSL | 54.41º | 0.72% | 0.56% | - |
| HSV(B) | 54.41º | 0.72% | 0.87% | - |
| XYZ | 53.86 | 61.15 | 13.52 | - |
| YUV | 195.84 | 52.47 | 147.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 208 | 62 | 0 | 0.07 | 0.72 | 0.13 | 54.41 | 0.72 | 0.56 |
| Hex | DF | D0 | 3E | 0 | 7 | 48 | D | 36 | 48 | 38 |
| Octal | 337 | 320 | 76 | 0 | 7 | 110 | 15 | 66 | 110 | 70 |
| Binary | 11011111 | 11010000 | 111110 | 0 | 111 | 1001000 | 1101 | 110110 | 1001000 | 111000 |
Color Harmonies of #DFD03E
Complementary color
Monochromatic Colors of #DFD03E
Black with #DFD03E
Text Example
Text Example
White with #DFD03E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFD03E; }
p { color: rgb(223,208,62); }
H1.HeaderClassName
{
color: #DFD03E;
}
.AnyTagClassName
{
color: #DFD03E;
}
</style>
background-color css
<style>
a { background-color: #DFD03E; }
a { background-color: rgb(223,208,62); }
div.DivClassName
{
background-color: #DFD03E;
}
.BgClassName
{
background-color: #DFD03E;
}
</style>
border-color css
<style>
span { border-color: #DFD03E; }
span { border-color: rgb(223,208,62); }
td.TdClassName
{
border-color: #DFD03E;
}
.TagClassName
{
border-color: #DFD03E;
}
</style>