Shades of Confetti #DFCC4C
Tints of Confetti #DFCC4C
RGB
CMYK
RGB Variations
Color information
#DFCC4C (or 0xDFCC4C) is known color: Confetti. HEX triplet: DF, CC and 4C. RGB value is (223,204,76). Sum of RGB (Red+Green+Blue) = 223+204+76=503 (66% of max value = 765). Red value is 223 (87.5% from 255 or 44.33% from 503); Green value is 204 (80.08% from 255 or 40.56% from 503); Blue value is 76 (30.08% from 255 or 15.11% from 503); Max value from RGB is 223 - color contains mainly: red. Hex color #DFCC4C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFCC4C is #2033B3. Grayscale: #C3C3C3. Windows color (decimal): -2110388 or 5033183. OLE color: 5033183.
HSL color Cylindrical-coordinate representation of color #DFCC4C: hue angle of 52.24º degrees, saturation: 0.7, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #DFCC4C is Cyan = 0, Magento = 0.09, Yellow = 0.66 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 204 | 76 | - |
| CMYK | 0 | 0.09 | 0.66 | 0.13 |
| HSL | 52.24º | 0.7% | 0.59% | - |
| HSV(B) | 52.24º | 0.66% | 0.87% | - |
| XYZ | 53.33 | 59.4 | 15.49 | - |
| YUV | 195.09 | 60.79 | 147.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 204 | 76 | 0 | 0.09 | 0.66 | 0.13 | 52.24 | 0.7 | 0.59 |
| Hex | DF | CC | 4C | 0 | 9 | 42 | D | 34 | 46 | 3B |
| Octal | 337 | 314 | 114 | 0 | 11 | 102 | 15 | 64 | 106 | 73 |
| Binary | 11011111 | 11001100 | 1001100 | 0 | 1001 | 1000010 | 1101 | 110100 | 1000110 | 111011 |
Color Harmonies of #DFCC4C
Complementary color
Monochromatic Colors of #DFCC4C
Black with #DFCC4C
Text Example
Text Example
White with #DFCC4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFCC4C; }
p { color: rgb(223,204,76); }
H1.HeaderClassName
{
color: #DFCC4C;
}
.AnyTagClassName
{
color: #DFCC4C;
}
</style>
background-color css
<style>
a { background-color: #DFCC4C; }
a { background-color: rgb(223,204,76); }
div.DivClassName
{
background-color: #DFCC4C;
}
.BgClassName
{
background-color: #DFCC4C;
}
</style>
border-color css
<style>
span { border-color: #DFCC4C; }
span { border-color: rgb(223,204,76); }
td.TdClassName
{
border-color: #DFCC4C;
}
.TagClassName
{
border-color: #DFCC4C;
}
</style>