Shades of Confetti #DFCC4F
Tints of Confetti #DFCC4F
RGB
CMYK
RGB Variations
Color information
#DFCC4F (or 0xDFCC4F) is known color: Confetti. HEX triplet: DF, CC and 4F. RGB value is (223,204,79). Sum of RGB (Red+Green+Blue) = 223+204+79=506 (67% of max value = 765). Red value is 223 (87.5% from 255 or 44.07% from 506); Green value is 204 (80.08% from 255 or 40.32% from 506); Blue value is 79 (31.25% from 255 or 15.61% from 506); Max value from RGB is 223 - color contains mainly: red. Hex color #DFCC4F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFCC4F is #2033B0. Grayscale: #C3C3C3. Windows color (decimal): -2110385 or 5229791. OLE color: 5229791.
HSL color Cylindrical-coordinate representation of color #DFCC4F: hue angle of 52.08º 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 #DFCC4F is Cyan = 0, Magento = 0.09, Yellow = 0.65 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 204 | 79 | - |
| CMYK | 0 | 0.09 | 0.65 | 0.13 |
| HSL | 52.08º | 0.69% | 0.59% | - |
| HSV(B) | 52.08º | 0.65% | 0.87% | - |
| XYZ | 53.44 | 59.44 | 16.05 | - |
| YUV | 195.43 | 62.29 | 147.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 204 | 79 | 0 | 0.09 | 0.65 | 0.13 | 52.08 | 0.69 | 0.59 |
| Hex | DF | CC | 4F | 0 | 9 | 41 | D | 34 | 45 | 3B |
| Octal | 337 | 314 | 117 | 0 | 11 | 101 | 15 | 64 | 105 | 73 |
| Binary | 11011111 | 11001100 | 1001111 | 0 | 1001 | 1000001 | 1101 | 110100 | 1000101 | 111011 |
Color Harmonies of #DFCC4F
Complementary color
Monochromatic Colors of #DFCC4F
Black with #DFCC4F
Text Example
Text Example
White with #DFCC4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFCC4F; }
p { color: rgb(223,204,79); }
H1.HeaderClassName
{
color: #DFCC4F;
}
.AnyTagClassName
{
color: #DFCC4F;
}
</style>
background-color css
<style>
a { background-color: #DFCC4F; }
a { background-color: rgb(223,204,79); }
div.DivClassName
{
background-color: #DFCC4F;
}
.BgClassName
{
background-color: #DFCC4F;
}
</style>
border-color css
<style>
span { border-color: #DFCC4F; }
span { border-color: rgb(223,204,79); }
td.TdClassName
{
border-color: #DFCC4F;
}
.TagClassName
{
border-color: #DFCC4F;
}
</style>