Shades of Confetti #DFCD3F
Tints of Confetti #DFCD3F
RGB
CMYK
RGB Variations
Color information
#DFCD3F (or 0xDFCD3F) is known color: Confetti. HEX triplet: DF, CD and 3F. RGB value is (223,205,63). Sum of RGB (Red+Green+Blue) = 223+205+63=491 (65% of max value = 765). Red value is 223 (87.5% from 255 or 45.42% from 491); Green value is 205 (80.47% from 255 or 41.75% from 491); Blue value is 63 (25% from 255 or 12.83% from 491); Max value from RGB is 223 - color contains mainly: red. Hex color #DFCD3F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFCD3F is #2032C0. Grayscale: #C2C2C2. Windows color (decimal): -2110145 or 4181471. OLE color: 4181471.
HSL color Cylindrical-coordinate representation of color #DFCD3F: hue angle of 53.25º degrees, saturation: 0.71, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #DFCD3F is Cyan = 0, Magento = 0.08, Yellow = 0.72 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 205 | 63 | - |
| CMYK | 0 | 0.08 | 0.72 | 0.13 |
| HSL | 53.25º | 0.71% | 0.56% | - |
| HSV(B) | 53.25º | 0.72% | 0.87% | - |
| XYZ | 53.16 | 59.71 | 13.43 | - |
| YUV | 194.19 | 53.96 | 148.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 205 | 63 | 0 | 0.08 | 0.72 | 0.13 | 53.25 | 0.71 | 0.56 |
| Hex | DF | CD | 3F | 0 | 8 | 48 | D | 35 | 47 | 38 |
| Octal | 337 | 315 | 77 | 0 | 10 | 110 | 15 | 65 | 107 | 70 |
| Binary | 11011111 | 11001101 | 111111 | 0 | 1000 | 1001000 | 1101 | 110101 | 1000111 | 111000 |
Color Harmonies of #DFCD3F
Complementary color
Monochromatic Colors of #DFCD3F
Black with #DFCD3F
Text Example
Text Example
White with #DFCD3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFCD3F; }
p { color: rgb(223,205,63); }
H1.HeaderClassName
{
color: #DFCD3F;
}
.AnyTagClassName
{
color: #DFCD3F;
}
</style>
background-color css
<style>
a { background-color: #DFCD3F; }
a { background-color: rgb(223,205,63); }
div.DivClassName
{
background-color: #DFCD3F;
}
.BgClassName
{
background-color: #DFCD3F;
}
</style>
border-color css
<style>
span { border-color: #DFCD3F; }
span { border-color: rgb(223,205,63); }
td.TdClassName
{
border-color: #DFCD3F;
}
.TagClassName
{
border-color: #DFCD3F;
}
</style>