Shades of Confetti #DFCC45
Tints of Confetti #DFCC45
RGB
CMYK
RGB Variations
Color information
#DFCC45 (or 0xDFCC45) is known color: Confetti. HEX triplet: DF, CC and 45. RGB value is (223,204,69). Sum of RGB (Red+Green+Blue) = 223+204+69=496 (65% of max value = 765). Red value is 223 (87.5% from 255 or 44.96% from 496); Green value is 204 (80.08% from 255 or 41.13% from 496); Blue value is 69 (27.34% from 255 or 13.91% from 496); Max value from RGB is 223 - color contains mainly: red. Hex color #DFCC45 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFCC45 is #2033BA. Grayscale: #C2C2C2. Windows color (decimal): -2110395 or 4574431. OLE color: 4574431.
HSL color Cylindrical-coordinate representation of color #DFCC45: hue angle of 52.6º degrees, saturation: 0.71, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #DFCC45 is Cyan = 0, Magento = 0.09, Yellow = 0.69 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 204 | 69 | - |
| CMYK | 0 | 0.09 | 0.69 | 0.13 |
| HSL | 52.6º | 0.71% | 0.57% | - |
| HSV(B) | 52.6º | 0.69% | 0.87% | - |
| XYZ | 53.1 | 59.3 | 14.28 | - |
| YUV | 194.29 | 57.29 | 148.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 204 | 69 | 0 | 0.09 | 0.69 | 0.13 | 52.6 | 0.71 | 0.57 |
| Hex | DF | CC | 45 | 0 | 9 | 45 | D | 35 | 47 | 39 |
| Octal | 337 | 314 | 105 | 0 | 11 | 105 | 15 | 65 | 107 | 71 |
| Binary | 11011111 | 11001100 | 1000101 | 0 | 1001 | 1000101 | 1101 | 110101 | 1000111 | 111001 |
Color Harmonies of #DFCC45
Complementary color
Monochromatic Colors of #DFCC45
Black with #DFCC45
Text Example
Text Example
White with #DFCC45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFCC45; }
p { color: rgb(223,204,69); }
H1.HeaderClassName
{
color: #DFCC45;
}
.AnyTagClassName
{
color: #DFCC45;
}
</style>
background-color css
<style>
a { background-color: #DFCC45; }
a { background-color: rgb(223,204,69); }
div.DivClassName
{
background-color: #DFCC45;
}
.BgClassName
{
background-color: #DFCC45;
}
</style>
border-color css
<style>
span { border-color: #DFCC45; }
span { border-color: rgb(223,204,69); }
td.TdClassName
{
border-color: #DFCC45;
}
.TagClassName
{
border-color: #DFCC45;
}
</style>