Shades of Confetti #DFD440
Tints of Confetti #DFD440
RGB
CMYK
RGB Variations
Color information
#DFD440 (or 0xDFD440) is known color: Confetti. HEX triplet: DF, D4 and 40. RGB value is (223,212,64). Sum of RGB (Red+Green+Blue) = 223+212+64=499 (66% of max value = 765). Red value is 223 (87.5% from 255 or 44.69% from 499); Green value is 212 (83.20% from 255 or 42.48% from 499); Blue value is 64 (25.39% from 255 or 12.83% from 499); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD440 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFD440 is #202BBF. Grayscale: #C7C7C7. Windows color (decimal): -2108352 or 4248799. OLE color: 4248799.
HSL color Cylindrical-coordinate representation of color #DFD440: hue angle of 55.85º degrees, saturation: 0.71, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DFD440 is Cyan = 0, Magento = 0.05, Yellow = 0.71 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 212 | 64 | - |
| CMYK | 0 | 0.05 | 0.71 | 0.13 |
| HSL | 55.85º | 0.71% | 0.56% | - |
| HSV(B) | 55.85º | 0.71% | 0.87% | - |
| XYZ | 54.9 | 63.15 | 14.15 | - |
| YUV | 198.42 | 52.14 | 145.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 212 | 64 | 0 | 0.05 | 0.71 | 0.13 | 55.85 | 0.71 | 0.56 |
| Hex | DF | D4 | 40 | 0 | 5 | 47 | D | 38 | 47 | 38 |
| Octal | 337 | 324 | 100 | 0 | 5 | 107 | 15 | 70 | 107 | 70 |
| Binary | 11011111 | 11010100 | 1000000 | 0 | 101 | 1000111 | 1101 | 111000 | 1000111 | 111000 |
Color Harmonies of #DFD440
Complementary color
Monochromatic Colors of #DFD440
Black with #DFD440
Text Example
Text Example
White with #DFD440
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFD440; }
p { color: rgb(223,212,64); }
H1.HeaderClassName
{
color: #DFD440;
}
.AnyTagClassName
{
color: #DFD440;
}
</style>
background-color css
<style>
a { background-color: #DFD440; }
a { background-color: rgb(223,212,64); }
div.DivClassName
{
background-color: #DFD440;
}
.BgClassName
{
background-color: #DFD440;
}
</style>
border-color css
<style>
span { border-color: #DFD440; }
span { border-color: rgb(223,212,64); }
td.TdClassName
{
border-color: #DFD440;
}
.TagClassName
{
border-color: #DFD440;
}
</style>