Shades of Confetti #DFC04C
Tints of Confetti #DFC04C
RGB
CMYK
RGB Variations
Color information
#DFC04C (or 0xDFC04C) is known color: Confetti. HEX triplet: DF, C0 and 4C. RGB value is (223,192,76). Sum of RGB (Red+Green+Blue) = 223+192+76=491 (65% of max value = 765). Red value is 223 (87.5% from 255 or 45.42% from 491); Green value is 192 (75.39% from 255 or 39.10% from 491); Blue value is 76 (30.08% from 255 or 15.48% from 491); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC04C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFC04C is #203FB3. Grayscale: #BCBCBC. Windows color (decimal): -2113460 or 5030111. OLE color: 5030111.
HSL color Cylindrical-coordinate representation of color #DFC04C: hue angle of 47.35º 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 #DFC04C is Cyan = 0, Magento = 0.14, Yellow = 0.66 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 192 | 76 | - |
| CMYK | 0 | 0.14 | 0.66 | 0.13 |
| HSL | 47.35º | 0.7% | 0.59% | - |
| HSV(B) | 47.35º | 0.66% | 0.87% | - |
| XYZ | 50.59 | 53.91 | 14.58 | - |
| YUV | 188.05 | 64.77 | 152.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 192 | 76 | 0 | 0.14 | 0.66 | 0.13 | 47.35 | 0.7 | 0.59 |
| Hex | DF | C0 | 4C | 0 | E | 42 | D | 2F | 46 | 3B |
| Octal | 337 | 300 | 114 | 0 | 16 | 102 | 15 | 57 | 106 | 73 |
| Binary | 11011111 | 11000000 | 1001100 | 0 | 1110 | 1000010 | 1101 | 101111 | 1000110 | 111011 |
Color Harmonies of #DFC04C
Complementary color
Monochromatic Colors of #DFC04C
Black with #DFC04C
Text Example
Text Example
White with #DFC04C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC04C; }
p { color: rgb(223,192,76); }
H1.HeaderClassName
{
color: #DFC04C;
}
.AnyTagClassName
{
color: #DFC04C;
}
</style>
background-color css
<style>
a { background-color: #DFC04C; }
a { background-color: rgb(223,192,76); }
div.DivClassName
{
background-color: #DFC04C;
}
.BgClassName
{
background-color: #DFC04C;
}
</style>
border-color css
<style>
span { border-color: #DFC04C; }
span { border-color: rgb(223,192,76); }
td.TdClassName
{
border-color: #DFC04C;
}
.TagClassName
{
border-color: #DFC04C;
}
</style>