Shades of Confetti #DFCD53
Tints of Confetti #DFCD53
RGB
CMYK
RGB Variations
Color information
#DFCD53 (or 0xDFCD53) is known color: Confetti. HEX triplet: DF, CD and 53. RGB value is (223,205,83). Sum of RGB (Red+Green+Blue) = 223+205+83=511 (67% of max value = 765). Red value is 223 (87.5% from 255 or 43.64% from 511); Green value is 205 (80.47% from 255 or 40.12% from 511); Blue value is 83 (32.81% from 255 or 16.24% from 511); Max value from RGB is 223 - color contains mainly: red. Hex color #DFCD53 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFCD53 is #2032AC. Grayscale: #C4C4C4. Windows color (decimal): -2110125 or 5492191. OLE color: 5492191.
HSL color Cylindrical-coordinate representation of color #DFCD53: hue angle of 52.29º degrees, saturation: 0.69, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DFCD53 is Cyan = 0, Magento = 0.08, Yellow = 0.63 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 205 | 83 | - |
| CMYK | 0 | 0.08 | 0.63 | 0.13 |
| HSL | 52.29º | 0.69% | 0.6% | - |
| HSV(B) | 52.29º | 0.63% | 0.87% | - |
| XYZ | 53.82 | 59.98 | 16.92 | - |
| YUV | 196.47 | 63.96 | 146.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 205 | 83 | 0 | 0.08 | 0.63 | 0.13 | 52.29 | 0.69 | 0.6 |
| Hex | DF | CD | 53 | 0 | 8 | 3F | D | 34 | 45 | 3C |
| Octal | 337 | 315 | 123 | 0 | 10 | 77 | 15 | 64 | 105 | 74 |
| Binary | 11011111 | 11001101 | 1010011 | 0 | 1000 | 111111 | 1101 | 110100 | 1000101 | 111100 |
Color Harmonies of #DFCD53
Complementary color
Monochromatic Colors of #DFCD53
Black with #DFCD53
Text Example
Text Example
White with #DFCD53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFCD53; }
p { color: rgb(223,205,83); }
H1.HeaderClassName
{
color: #DFCD53;
}
.AnyTagClassName
{
color: #DFCD53;
}
</style>
background-color css
<style>
a { background-color: #DFCD53; }
a { background-color: rgb(223,205,83); }
div.DivClassName
{
background-color: #DFCD53;
}
.BgClassName
{
background-color: #DFCD53;
}
</style>
border-color css
<style>
span { border-color: #DFCD53; }
span { border-color: rgb(223,205,83); }
td.TdClassName
{
border-color: #DFCD53;
}
.TagClassName
{
border-color: #DFCD53;
}
</style>