Shades of Confetti #DFCF42
Tints of Confetti #DFCF42
RGB
CMYK
RGB Variations
Color information
#DFCF42 (or 0xDFCF42) is known color: Confetti. HEX triplet: DF, CF and 42. RGB value is (223,207,66). Sum of RGB (Red+Green+Blue) = 223+207+66=496 (65% of max value = 765). Red value is 223 (87.5% from 255 or 44.96% from 496); Green value is 207 (81.25% from 255 or 41.73% from 496); Blue value is 66 (26.17% from 255 or 13.31% from 496); Max value from RGB is 223 - color contains mainly: red. Hex color #DFCF42 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFCF42 is #2030BD. Grayscale: #C4C4C4. Windows color (decimal): -2109630 or 4378591. OLE color: 4378591.
HSL color Cylindrical-coordinate representation of color #DFCF42: hue angle of 53.89º degrees, saturation: 0.71, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DFCF42 is Cyan = 0, Magento = 0.07, Yellow = 0.70 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 207 | 66 | - |
| CMYK | 0 | 0.07 | 0.70 | 0.13 |
| HSL | 53.89º | 0.71% | 0.57% | - |
| HSV(B) | 53.89º | 0.7% | 0.87% | - |
| XYZ | 53.73 | 60.71 | 14.04 | - |
| YUV | 195.71 | 54.8 | 147.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 207 | 66 | 0 | 0.07 | 0.70 | 0.13 | 53.89 | 0.71 | 0.57 |
| Hex | DF | CF | 42 | 0 | 7 | 46 | D | 36 | 47 | 39 |
| Octal | 337 | 317 | 102 | 0 | 7 | 106 | 15 | 66 | 107 | 71 |
| Binary | 11011111 | 11001111 | 1000010 | 0 | 111 | 1000110 | 1101 | 110110 | 1000111 | 111001 |
Color Harmonies of #DFCF42
Complementary color
Monochromatic Colors of #DFCF42
Black with #DFCF42
Text Example
Text Example
White with #DFCF42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFCF42; }
p { color: rgb(223,207,66); }
H1.HeaderClassName
{
color: #DFCF42;
}
.AnyTagClassName
{
color: #DFCF42;
}
</style>
background-color css
<style>
a { background-color: #DFCF42; }
a { background-color: rgb(223,207,66); }
div.DivClassName
{
background-color: #DFCF42;
}
.BgClassName
{
background-color: #DFCF42;
}
</style>
border-color css
<style>
span { border-color: #DFCF42; }
span { border-color: rgb(223,207,66); }
td.TdClassName
{
border-color: #DFCF42;
}
.TagClassName
{
border-color: #DFCF42;
}
</style>