Shades of Confetti #DFD04A
Tints of Confetti #DFD04A
RGB
CMYK
RGB Variations
Color information
#DFD04A (or 0xDFD04A) is known color: Confetti. HEX triplet: DF, D0 and 4A. RGB value is (223,208,74). Sum of RGB (Red+Green+Blue) = 223+208+74=505 (66% of max value = 765). Red value is 223 (87.5% from 255 or 44.16% from 505); Green value is 208 (81.64% from 255 or 41.19% from 505); Blue value is 74 (29.30% from 255 or 14.65% from 505); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD04A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFD04A is #202FB5. Grayscale: #C5C5C5. Windows color (decimal): -2109366 or 4903135. OLE color: 4903135.
HSL color Cylindrical-coordinate representation of color #DFD04A: hue angle of 53.96º 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 #DFD04A is Cyan = 0, Magento = 0.07, Yellow = 0.67 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 208 | 74 | - |
| CMYK | 0 | 0.07 | 0.67 | 0.13 |
| HSL | 53.96º | 0.7% | 0.58% | - |
| HSV(B) | 53.96º | 0.67% | 0.87% | - |
| XYZ | 54.22 | 61.29 | 15.45 | - |
| YUV | 197.21 | 58.47 | 146.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 208 | 74 | 0 | 0.07 | 0.67 | 0.13 | 53.96 | 0.7 | 0.58 |
| Hex | DF | D0 | 4A | 0 | 7 | 43 | D | 36 | 46 | 3A |
| Octal | 337 | 320 | 112 | 0 | 7 | 103 | 15 | 66 | 106 | 72 |
| Binary | 11011111 | 11010000 | 1001010 | 0 | 111 | 1000011 | 1101 | 110110 | 1000110 | 111010 |
Color Harmonies of #DFD04A
Complementary color
Monochromatic Colors of #DFD04A
Black with #DFD04A
Text Example
Text Example
White with #DFD04A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFD04A; }
p { color: rgb(223,208,74); }
H1.HeaderClassName
{
color: #DFD04A;
}
.AnyTagClassName
{
color: #DFD04A;
}
</style>
background-color css
<style>
a { background-color: #DFD04A; }
a { background-color: rgb(223,208,74); }
div.DivClassName
{
background-color: #DFD04A;
}
.BgClassName
{
background-color: #DFD04A;
}
</style>
border-color css
<style>
span { border-color: #DFD04A; }
span { border-color: rgb(223,208,74); }
td.TdClassName
{
border-color: #DFD04A;
}
.TagClassName
{
border-color: #DFD04A;
}
</style>