Shades of Confetti #DFCC4E
Tints of Confetti #DFCC4E
RGB
CMYK
RGB Variations
Color information
#DFCC4E (or 0xDFCC4E) is known color: Confetti. HEX triplet: DF, CC and 4E. RGB value is (223,204,78). Sum of RGB (Red+Green+Blue) = 223+204+78=505 (66% of max value = 765). Red value is 223 (87.5% from 255 or 44.16% from 505); Green value is 204 (80.08% from 255 or 40.40% from 505); Blue value is 78 (30.86% from 255 or 15.45% from 505); Max value from RGB is 223 - color contains mainly: red. Hex color #DFCC4E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFCC4E is #2033B1. Grayscale: #C3C3C3. Windows color (decimal): -2110386 or 5164255. OLE color: 5164255.
HSL color Cylindrical-coordinate representation of color #DFCC4E: hue angle of 52.14º 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 #DFCC4E is Cyan = 0, Magento = 0.09, Yellow = 0.65 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 204 | 78 | - |
| CMYK | 0 | 0.09 | 0.65 | 0.13 |
| HSL | 52.14º | 0.69% | 0.59% | - |
| HSV(B) | 52.14º | 0.65% | 0.87% | - |
| XYZ | 53.4 | 59.42 | 15.86 | - |
| YUV | 195.32 | 61.79 | 147.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 204 | 78 | 0 | 0.09 | 0.65 | 0.13 | 52.14 | 0.69 | 0.59 |
| Hex | DF | CC | 4E | 0 | 9 | 41 | D | 34 | 45 | 3B |
| Octal | 337 | 314 | 116 | 0 | 11 | 101 | 15 | 64 | 105 | 73 |
| Binary | 11011111 | 11001100 | 1001110 | 0 | 1001 | 1000001 | 1101 | 110100 | 1000101 | 111011 |
Color Harmonies of #DFCC4E
Complementary color
Monochromatic Colors of #DFCC4E
Black with #DFCC4E
Text Example
Text Example
White with #DFCC4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFCC4E; }
p { color: rgb(223,204,78); }
H1.HeaderClassName
{
color: #DFCC4E;
}
.AnyTagClassName
{
color: #DFCC4E;
}
</style>
background-color css
<style>
a { background-color: #DFCC4E; }
a { background-color: rgb(223,204,78); }
div.DivClassName
{
background-color: #DFCC4E;
}
.BgClassName
{
background-color: #DFCC4E;
}
</style>
border-color css
<style>
span { border-color: #DFCC4E; }
span { border-color: rgb(223,204,78); }
td.TdClassName
{
border-color: #DFCC4E;
}
.TagClassName
{
border-color: #DFCC4E;
}
</style>