Shades of Confetti #DFCC53
Tints of Confetti #DFCC53
RGB
CMYK
RGB Variations
Color information
#DFCC53 (or 0xDFCC53) is known color: Confetti. HEX triplet: DF, CC and 53. RGB value is (223,204,83). Sum of RGB (Red+Green+Blue) = 223+204+83=510 (67% of max value = 765). Red value is 223 (87.5% from 255 or 43.73% from 510); Green value is 204 (80.08% from 255 or 40% from 510); Blue value is 83 (32.81% from 255 or 16.27% from 510); Max value from RGB is 223 - color contains mainly: red. Hex color #DFCC53 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFCC53 is #2033AC. Grayscale: #C4C4C4. Windows color (decimal): -2110381 or 5491935. OLE color: 5491935.
HSL color Cylindrical-coordinate representation of color #DFCC53: hue angle of 51.86º 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 #DFCC53 is Cyan = 0, Magento = 0.09, Yellow = 0.63 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 204 | 83 | - |
| CMYK | 0 | 0.09 | 0.63 | 0.13 |
| HSL | 51.86º | 0.69% | 0.6% | - |
| HSV(B) | 51.86º | 0.63% | 0.87% | - |
| XYZ | 53.59 | 59.5 | 16.84 | - |
| YUV | 195.89 | 64.29 | 147.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 204 | 83 | 0 | 0.09 | 0.63 | 0.13 | 51.86 | 0.69 | 0.6 |
| Hex | DF | CC | 53 | 0 | 9 | 3F | D | 34 | 45 | 3C |
| Octal | 337 | 314 | 123 | 0 | 11 | 77 | 15 | 64 | 105 | 74 |
| Binary | 11011111 | 11001100 | 1010011 | 0 | 1001 | 111111 | 1101 | 110100 | 1000101 | 111100 |
Color Harmonies of #DFCC53
Complementary color
Monochromatic Colors of #DFCC53
Black with #DFCC53
Text Example
Text Example
White with #DFCC53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFCC53; }
p { color: rgb(223,204,83); }
H1.HeaderClassName
{
color: #DFCC53;
}
.AnyTagClassName
{
color: #DFCC53;
}
</style>
background-color css
<style>
a { background-color: #DFCC53; }
a { background-color: rgb(223,204,83); }
div.DivClassName
{
background-color: #DFCC53;
}
.BgClassName
{
background-color: #DFCC53;
}
</style>
border-color css
<style>
span { border-color: #DFCC53; }
span { border-color: rgb(223,204,83); }
td.TdClassName
{
border-color: #DFCC53;
}
.TagClassName
{
border-color: #DFCC53;
}
</style>