Shades of Confetti #DCCF44
Tints of Confetti #DCCF44
RGB
CMYK
RGB Variations
Color information
#DCCF44 (or 0xDCCF44) is known color: Confetti. HEX triplet: DC, CF and 44. RGB value is (220,207,68). Sum of RGB (Red+Green+Blue) = 220+207+68=495 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.44% from 495); Green value is 207 (81.25% from 255 or 41.82% from 495); Blue value is 68 (26.95% from 255 or 13.74% from 495); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCF44 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCCF44 is #2330BB. Grayscale: #C3C3C3. Windows color (decimal): -2306236 or 4509660. OLE color: 4509660.
HSL color Cylindrical-coordinate representation of color #DCCF44: hue angle of 54.87º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #DCCF44 is Cyan = 0, Magento = 0.06, Yellow = 0.69 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 207 | 68 | - |
| CMYK | 0 | 0.06 | 0.69 | 0.14 |
| HSL | 54.87º | 0.68% | 0.56% | - |
| HSV(B) | 54.87º | 0.69% | 0.86% | - |
| XYZ | 52.87 | 60.26 | 14.31 | - |
| YUV | 195.04 | 56.31 | 145.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 207 | 68 | 0 | 0.06 | 0.69 | 0.14 | 54.87 | 0.68 | 0.56 |
| Hex | DC | CF | 44 | 0 | 6 | 45 | E | 37 | 44 | 38 |
| Octal | 334 | 317 | 104 | 0 | 6 | 105 | 16 | 67 | 104 | 70 |
| Binary | 11011100 | 11001111 | 1000100 | 0 | 110 | 1000101 | 1110 | 110111 | 1000100 | 111000 |
Color Harmonies of #DCCF44
Complementary color
Monochromatic Colors of #DCCF44
Black with #DCCF44
Text Example
Text Example
White with #DCCF44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCCF44; }
p { color: rgb(220,207,68); }
H1.HeaderClassName
{
color: #DCCF44;
}
.AnyTagClassName
{
color: #DCCF44;
}
</style>
background-color css
<style>
a { background-color: #DCCF44; }
a { background-color: rgb(220,207,68); }
div.DivClassName
{
background-color: #DCCF44;
}
.BgClassName
{
background-color: #DCCF44;
}
</style>
border-color css
<style>
span { border-color: #DCCF44; }
span { border-color: rgb(220,207,68); }
td.TdClassName
{
border-color: #DCCF44;
}
.TagClassName
{
border-color: #DCCF44;
}
</style>