Shades of Confetti #DFC64C
Tints of Confetti #DFC64C
RGB
CMYK
RGB Variations
Color information
#DFC64C (or 0xDFC64C) is known color: Confetti. HEX triplet: DF, C6 and 4C. RGB value is (223,198,76). Sum of RGB (Red+Green+Blue) = 223+198+76=497 (65% of max value = 765). Red value is 223 (87.5% from 255 or 44.87% from 497); Green value is 198 (77.73% from 255 or 39.84% from 497); Blue value is 76 (30.08% from 255 or 15.29% from 497); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC64C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFC64C is #2039B3. Grayscale: #C0C0C0. Windows color (decimal): -2111924 or 5031647. OLE color: 5031647.
HSL color Cylindrical-coordinate representation of color #DFC64C: hue angle of 49.8º 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 #DFC64C is Cyan = 0, Magento = 0.11, Yellow = 0.66 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 198 | 76 | - |
| CMYK | 0 | 0.11 | 0.66 | 0.13 |
| HSL | 49.8º | 0.7% | 0.59% | - |
| HSV(B) | 49.8º | 0.66% | 0.87% | - |
| XYZ | 51.93 | 56.6 | 15.02 | - |
| YUV | 191.57 | 62.78 | 150.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 198 | 76 | 0 | 0.11 | 0.66 | 0.13 | 49.8 | 0.7 | 0.59 |
| Hex | DF | C6 | 4C | 0 | B | 42 | D | 32 | 46 | 3B |
| Octal | 337 | 306 | 114 | 0 | 13 | 102 | 15 | 62 | 106 | 73 |
| Binary | 11011111 | 11000110 | 1001100 | 0 | 1011 | 1000010 | 1101 | 110010 | 1000110 | 111011 |
Color Harmonies of #DFC64C
Complementary color
Monochromatic Colors of #DFC64C
Black with #DFC64C
Text Example
Text Example
White with #DFC64C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC64C; }
p { color: rgb(223,198,76); }
H1.HeaderClassName
{
color: #DFC64C;
}
.AnyTagClassName
{
color: #DFC64C;
}
</style>
background-color css
<style>
a { background-color: #DFC64C; }
a { background-color: rgb(223,198,76); }
div.DivClassName
{
background-color: #DFC64C;
}
.BgClassName
{
background-color: #DFC64C;
}
</style>
border-color css
<style>
span { border-color: #DFC64C; }
span { border-color: rgb(223,198,76); }
td.TdClassName
{
border-color: #DFC64C;
}
.TagClassName
{
border-color: #DFC64C;
}
</style>