Shades of Confetti #DFCD44
Tints of Confetti #DFCD44
RGB
CMYK
RGB Variations
Color information
#DFCD44 (or 0xDFCD44) is known color: Confetti. HEX triplet: DF, CD and 44. RGB value is (223,205,68). Sum of RGB (Red+Green+Blue) = 223+205+68=496 (65% of max value = 765). Red value is 223 (87.5% from 255 or 44.96% from 496); Green value is 205 (80.47% from 255 or 41.33% from 496); Blue value is 68 (26.95% from 255 or 13.71% from 496); Max value from RGB is 223 - color contains mainly: red. Hex color #DFCD44 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFCD44 is #2032BB. Grayscale: #C3C3C3. Windows color (decimal): -2110140 or 4509151. OLE color: 4509151.
HSL color Cylindrical-coordinate representation of color #DFCD44: hue angle of 53.03º degrees, saturation: 0.71, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DFCD44 is Cyan = 0, Magento = 0.08, Yellow = 0.70 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 205 | 68 | - |
| CMYK | 0 | 0.08 | 0.70 | 0.13 |
| HSL | 53.03º | 0.71% | 0.57% | - |
| HSV(B) | 53.03º | 0.7% | 0.87% | - |
| XYZ | 53.31 | 59.77 | 14.2 | - |
| YUV | 194.76 | 56.46 | 148.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 205 | 68 | 0 | 0.08 | 0.70 | 0.13 | 53.03 | 0.71 | 0.57 |
| Hex | DF | CD | 44 | 0 | 8 | 46 | D | 35 | 47 | 39 |
| Octal | 337 | 315 | 104 | 0 | 10 | 106 | 15 | 65 | 107 | 71 |
| Binary | 11011111 | 11001101 | 1000100 | 0 | 1000 | 1000110 | 1101 | 110101 | 1000111 | 111001 |
Color Harmonies of #DFCD44
Complementary color
Monochromatic Colors of #DFCD44
Black with #DFCD44
Text Example
Text Example
White with #DFCD44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFCD44; }
p { color: rgb(223,205,68); }
H1.HeaderClassName
{
color: #DFCD44;
}
.AnyTagClassName
{
color: #DFCD44;
}
</style>
background-color css
<style>
a { background-color: #DFCD44; }
a { background-color: rgb(223,205,68); }
div.DivClassName
{
background-color: #DFCD44;
}
.BgClassName
{
background-color: #DFCD44;
}
</style>
border-color css
<style>
span { border-color: #DFCD44; }
span { border-color: rgb(223,205,68); }
td.TdClassName
{
border-color: #DFCD44;
}
.TagClassName
{
border-color: #DFCD44;
}
</style>