Shades of Confetti #DFC04D
Tints of Confetti #DFC04D
RGB
CMYK
RGB Variations
Color information
#DFC04D (or 0xDFC04D) is known color: Confetti. HEX triplet: DF, C0 and 4D. RGB value is (223,192,77). Sum of RGB (Red+Green+Blue) = 223+192+77=492 (65% of max value = 765). Red value is 223 (87.5% from 255 or 45.33% from 492); Green value is 192 (75.39% from 255 or 39.02% from 492); Blue value is 77 (30.47% from 255 or 15.65% from 492); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC04D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFC04D is #203FB2. Grayscale: #BCBCBC. Windows color (decimal): -2113459 or 5095647. OLE color: 5095647.
HSL color Cylindrical-coordinate representation of color #DFC04D: hue angle of 47.26º degrees, saturation: 0.7, 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 #DFC04D is Cyan = 0, Magento = 0.14, Yellow = 0.65 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 192 | 77 | - |
| CMYK | 0 | 0.14 | 0.65 | 0.13 |
| HSL | 47.26º | 0.7% | 0.59% | - |
| HSV(B) | 47.26º | 0.65% | 0.87% | - |
| XYZ | 50.62 | 53.92 | 14.76 | - |
| YUV | 188.16 | 65.27 | 152.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 192 | 77 | 0 | 0.14 | 0.65 | 0.13 | 47.26 | 0.7 | 0.59 |
| Hex | DF | C0 | 4D | 0 | E | 41 | D | 2F | 46 | 3B |
| Octal | 337 | 300 | 115 | 0 | 16 | 101 | 15 | 57 | 106 | 73 |
| Binary | 11011111 | 11000000 | 1001101 | 0 | 1110 | 1000001 | 1101 | 101111 | 1000110 | 111011 |
Color Harmonies of #DFC04D
Complementary color
Monochromatic Colors of #DFC04D
Black with #DFC04D
Text Example
Text Example
White with #DFC04D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC04D; }
p { color: rgb(223,192,77); }
H1.HeaderClassName
{
color: #DFC04D;
}
.AnyTagClassName
{
color: #DFC04D;
}
</style>
background-color css
<style>
a { background-color: #DFC04D; }
a { background-color: rgb(223,192,77); }
div.DivClassName
{
background-color: #DFC04D;
}
.BgClassName
{
background-color: #DFC04D;
}
</style>
border-color css
<style>
span { border-color: #DFC04D; }
span { border-color: rgb(223,192,77); }
td.TdClassName
{
border-color: #DFC04D;
}
.TagClassName
{
border-color: #DFC04D;
}
</style>