Shades of Confetti #DFCD47
Tints of Confetti #DFCD47
RGB
CMYK
RGB Variations
Color information
#DFCD47 (or 0xDFCD47) is known color: Confetti. HEX triplet: DF, CD and 47. RGB value is (223,205,71). Sum of RGB (Red+Green+Blue) = 223+205+71=499 (66% of max value = 765). Red value is 223 (87.5% from 255 or 44.69% from 499); Green value is 205 (80.47% from 255 or 41.08% from 499); Blue value is 71 (28.12% from 255 or 14.23% from 499); Max value from RGB is 223 - color contains mainly: red. Hex color #DFCD47 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFCD47 is #2032B8. Grayscale: #C3C3C3. Windows color (decimal): -2110137 or 4705759. OLE color: 4705759.
HSL color Cylindrical-coordinate representation of color #DFCD47: hue angle of 52.89º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #DFCD47 is Cyan = 0, Magento = 0.08, Yellow = 0.68 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 205 | 71 | - |
| CMYK | 0 | 0.08 | 0.68 | 0.13 |
| HSL | 52.89º | 0.7% | 0.58% | - |
| HSV(B) | 52.89º | 0.68% | 0.87% | - |
| XYZ | 53.4 | 59.81 | 14.69 | - |
| YUV | 195.11 | 57.96 | 147.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 205 | 71 | 0 | 0.08 | 0.68 | 0.13 | 52.89 | 0.7 | 0.58 |
| Hex | DF | CD | 47 | 0 | 8 | 44 | D | 35 | 46 | 3A |
| Octal | 337 | 315 | 107 | 0 | 10 | 104 | 15 | 65 | 106 | 72 |
| Binary | 11011111 | 11001101 | 1000111 | 0 | 1000 | 1000100 | 1101 | 110101 | 1000110 | 111010 |
Color Harmonies of #DFCD47
Complementary color
Monochromatic Colors of #DFCD47
Black with #DFCD47
Text Example
Text Example
White with #DFCD47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFCD47; }
p { color: rgb(223,205,71); }
H1.HeaderClassName
{
color: #DFCD47;
}
.AnyTagClassName
{
color: #DFCD47;
}
</style>
background-color css
<style>
a { background-color: #DFCD47; }
a { background-color: rgb(223,205,71); }
div.DivClassName
{
background-color: #DFCD47;
}
.BgClassName
{
background-color: #DFCD47;
}
</style>
border-color css
<style>
span { border-color: #DFCD47; }
span { border-color: rgb(223,205,71); }
td.TdClassName
{
border-color: #DFCD47;
}
.TagClassName
{
border-color: #DFCD47;
}
</style>