Shades of Confetti #DFC64F
Tints of Confetti #DFC64F
RGB
CMYK
RGB Variations
Color information
#DFC64F (or 0xDFC64F) is known color: Confetti. HEX triplet: DF, C6 and 4F. RGB value is (223,198,79). Sum of RGB (Red+Green+Blue) = 223+198+79=500 (66% of max value = 765). Red value is 223 (87.5% from 255 or 44.6% from 500); Green value is 198 (77.73% from 255 or 39.6% from 500); Blue value is 79 (31.25% from 255 or 15.8% from 500); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC64F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFC64F is #2039B0. Grayscale: #C0C0C0. Windows color (decimal): -2111921 or 5228255. OLE color: 5228255.
HSL color Cylindrical-coordinate representation of color #DFC64F: hue angle of 49.58º degrees, saturation: 0.69, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #DFC64F is Cyan = 0, Magento = 0.11, Yellow = 0.65 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 198 | 79 | - |
| CMYK | 0 | 0.11 | 0.65 | 0.13 |
| HSL | 49.58º | 0.69% | 0.59% | - |
| HSV(B) | 49.58º | 0.65% | 0.87% | - |
| XYZ | 52.04 | 56.64 | 15.59 | - |
| YUV | 191.91 | 64.28 | 150.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 198 | 79 | 0 | 0.11 | 0.65 | 0.13 | 49.58 | 0.69 | 0.59 |
| Hex | DF | C6 | 4F | 0 | B | 41 | D | 32 | 45 | 3B |
| Octal | 337 | 306 | 117 | 0 | 13 | 101 | 15 | 62 | 105 | 73 |
| Binary | 11011111 | 11000110 | 1001111 | 0 | 1011 | 1000001 | 1101 | 110010 | 1000101 | 111011 |
Color Harmonies of #DFC64F
Complementary color
Monochromatic Colors of #DFC64F
Black with #DFC64F
Text Example
Text Example
White with #DFC64F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC64F; }
p { color: rgb(223,198,79); }
H1.HeaderClassName
{
color: #DFC64F;
}
.AnyTagClassName
{
color: #DFC64F;
}
</style>
background-color css
<style>
a { background-color: #DFC64F; }
a { background-color: rgb(223,198,79); }
div.DivClassName
{
background-color: #DFC64F;
}
.BgClassName
{
background-color: #DFC64F;
}
</style>
border-color css
<style>
span { border-color: #DFC64F; }
span { border-color: rgb(223,198,79); }
td.TdClassName
{
border-color: #DFC64F;
}
.TagClassName
{
border-color: #DFC64F;
}
</style>