Shades of Confetti #DCCF48
Tints of Confetti #DCCF48
RGB
CMYK
RGB Variations
Color information
#DCCF48 (or 0xDCCF48) is known color: Confetti. HEX triplet: DC, CF and 48. RGB value is (220,207,72). Sum of RGB (Red+Green+Blue) = 220+207+72=499 (66% of max value = 765). Red value is 220 (86.33% from 255 or 44.09% from 499); Green value is 207 (81.25% from 255 or 41.48% from 499); Blue value is 72 (28.52% from 255 or 14.43% from 499); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCF48 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCCF48 is #2330B7. Grayscale: #C4C4C4. Windows color (decimal): -2306232 or 4771804. OLE color: 4771804.
HSL color Cylindrical-coordinate representation of color #DCCF48: hue angle of 54.73º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #DCCF48 is Cyan = 0, Magento = 0.06, Yellow = 0.67 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 207 | 72 | - |
| CMYK | 0 | 0.06 | 0.67 | 0.14 |
| HSL | 54.73º | 0.68% | 0.57% | - |
| HSV(B) | 54.73º | 0.67% | 0.86% | - |
| XYZ | 53 | 60.31 | 14.98 | - |
| YUV | 195.5 | 58.31 | 145.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 207 | 72 | 0 | 0.06 | 0.67 | 0.14 | 54.73 | 0.68 | 0.57 |
| Hex | DC | CF | 48 | 0 | 6 | 43 | E | 37 | 44 | 39 |
| Octal | 334 | 317 | 110 | 0 | 6 | 103 | 16 | 67 | 104 | 71 |
| Binary | 11011100 | 11001111 | 1001000 | 0 | 110 | 1000011 | 1110 | 110111 | 1000100 | 111001 |
Color Harmonies of #DCCF48
Complementary color
Monochromatic Colors of #DCCF48
Black with #DCCF48
Text Example
Text Example
White with #DCCF48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCCF48; }
p { color: rgb(220,207,72); }
H1.HeaderClassName
{
color: #DCCF48;
}
.AnyTagClassName
{
color: #DCCF48;
}
</style>
background-color css
<style>
a { background-color: #DCCF48; }
a { background-color: rgb(220,207,72); }
div.DivClassName
{
background-color: #DCCF48;
}
.BgClassName
{
background-color: #DCCF48;
}
</style>
border-color css
<style>
span { border-color: #DCCF48; }
span { border-color: rgb(220,207,72); }
td.TdClassName
{
border-color: #DCCF48;
}
.TagClassName
{
border-color: #DCCF48;
}
</style>