Shades of Confetti #DFCC4A
Tints of Confetti #DFCC4A
RGB
CMYK
RGB Variations
Color information
#DFCC4A (or 0xDFCC4A) is known color: Confetti. HEX triplet: DF, CC and 4A. RGB value is (223,204,74). Sum of RGB (Red+Green+Blue) = 223+204+74=501 (66% of max value = 765). Red value is 223 (87.5% from 255 or 44.51% from 501); Green value is 204 (80.08% from 255 or 40.72% from 501); Blue value is 74 (29.30% from 255 or 14.77% from 501); Max value from RGB is 223 - color contains mainly: red. Hex color #DFCC4A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFCC4A is #2033B5. Grayscale: #C3C3C3. Windows color (decimal): -2110390 or 4902111. OLE color: 4902111.
HSL color Cylindrical-coordinate representation of color #DFCC4A: hue angle of 52.35º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #DFCC4A is Cyan = 0, Magento = 0.09, Yellow = 0.67 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 204 | 74 | - |
| CMYK | 0 | 0.09 | 0.67 | 0.13 |
| HSL | 52.35º | 0.7% | 0.58% | - |
| HSV(B) | 52.35º | 0.67% | 0.87% | - |
| XYZ | 53.26 | 59.37 | 15.13 | - |
| YUV | 194.86 | 59.79 | 148.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 204 | 74 | 0 | 0.09 | 0.67 | 0.13 | 52.35 | 0.7 | 0.58 |
| Hex | DF | CC | 4A | 0 | 9 | 43 | D | 34 | 46 | 3A |
| Octal | 337 | 314 | 112 | 0 | 11 | 103 | 15 | 64 | 106 | 72 |
| Binary | 11011111 | 11001100 | 1001010 | 0 | 1001 | 1000011 | 1101 | 110100 | 1000110 | 111010 |
Color Harmonies of #DFCC4A
Complementary color
Monochromatic Colors of #DFCC4A
Black with #DFCC4A
Text Example
Text Example
White with #DFCC4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFCC4A; }
p { color: rgb(223,204,74); }
H1.HeaderClassName
{
color: #DFCC4A;
}
.AnyTagClassName
{
color: #DFCC4A;
}
</style>
background-color css
<style>
a { background-color: #DFCC4A; }
a { background-color: rgb(223,204,74); }
div.DivClassName
{
background-color: #DFCC4A;
}
.BgClassName
{
background-color: #DFCC4A;
}
</style>
border-color css
<style>
span { border-color: #DFCC4A; }
span { border-color: rgb(223,204,74); }
td.TdClassName
{
border-color: #DFCC4A;
}
.TagClassName
{
border-color: #DFCC4A;
}
</style>