Shades of Confetti #DFCC42
Tints of Confetti #DFCC42
RGB
CMYK
RGB Variations
Color information
#DFCC42 (or 0xDFCC42) is known color: Confetti. HEX triplet: DF, CC and 42. RGB value is (223,204,66). Sum of RGB (Red+Green+Blue) = 223+204+66=493 (65% of max value = 765). Red value is 223 (87.5% from 255 or 45.23% from 493); Green value is 204 (80.08% from 255 or 41.38% from 493); Blue value is 66 (26.17% from 255 or 13.39% from 493); Max value from RGB is 223 - color contains mainly: red. Hex color #DFCC42 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFCC42 is #2033BD. Grayscale: #C2C2C2. Windows color (decimal): -2110398 or 4377823. OLE color: 4377823.
HSL color Cylindrical-coordinate representation of color #DFCC42: hue angle of 52.74º 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 #DFCC42 is Cyan = 0, Magento = 0.09, Yellow = 0.70 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 204 | 66 | - |
| CMYK | 0 | 0.09 | 0.70 | 0.13 |
| HSL | 52.74º | 0.71% | 0.57% | - |
| HSV(B) | 52.74º | 0.7% | 0.87% | - |
| XYZ | 53.01 | 59.27 | 13.8 | - |
| YUV | 193.95 | 55.79 | 148.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 204 | 66 | 0 | 0.09 | 0.70 | 0.13 | 52.74 | 0.71 | 0.57 |
| Hex | DF | CC | 42 | 0 | 9 | 46 | D | 35 | 47 | 39 |
| Octal | 337 | 314 | 102 | 0 | 11 | 106 | 15 | 65 | 107 | 71 |
| Binary | 11011111 | 11001100 | 1000010 | 0 | 1001 | 1000110 | 1101 | 110101 | 1000111 | 111001 |
Color Harmonies of #DFCC42
Complementary color
Monochromatic Colors of #DFCC42
Black with #DFCC42
Text Example
Text Example
White with #DFCC42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFCC42; }
p { color: rgb(223,204,66); }
H1.HeaderClassName
{
color: #DFCC42;
}
.AnyTagClassName
{
color: #DFCC42;
}
</style>
background-color css
<style>
a { background-color: #DFCC42; }
a { background-color: rgb(223,204,66); }
div.DivClassName
{
background-color: #DFCC42;
}
.BgClassName
{
background-color: #DFCC42;
}
</style>
border-color css
<style>
span { border-color: #DFCC42; }
span { border-color: rgb(223,204,66); }
td.TdClassName
{
border-color: #DFCC42;
}
.TagClassName
{
border-color: #DFCC42;
}
</style>