Shades of Confetti #DCCF50
Tints of Confetti #DCCF50
RGB
CMYK
RGB Variations
Color information
#DCCF50 (or 0xDCCF50) is known color: Confetti. HEX triplet: DC, CF and 50. RGB value is (220,207,80). Sum of RGB (Red+Green+Blue) = 220+207+80=507 (67% of max value = 765). Red value is 220 (86.33% from 255 or 43.39% from 507); Green value is 207 (81.25% from 255 or 40.83% from 507); Blue value is 80 (31.64% from 255 or 15.78% from 507); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCF50 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCCF50 is #2330AF. Grayscale: #C4C4C4. Windows color (decimal): -2306224 or 5296092. OLE color: 5296092.
HSL color Cylindrical-coordinate representation of color #DCCF50: hue angle of 54.43º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #DCCF50 is Cyan = 0, Magento = 0.06, Yellow = 0.64 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 207 | 80 | - |
| CMYK | 0 | 0.06 | 0.64 | 0.14 |
| HSL | 54.43º | 0.67% | 0.59% | - |
| HSV(B) | 54.43º | 0.64% | 0.86% | - |
| XYZ | 53.28 | 60.42 | 16.44 | - |
| YUV | 196.41 | 62.31 | 144.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 207 | 80 | 0 | 0.06 | 0.64 | 0.14 | 54.43 | 0.67 | 0.59 |
| Hex | DC | CF | 50 | 0 | 6 | 40 | E | 36 | 43 | 3B |
| Octal | 334 | 317 | 120 | 0 | 6 | 100 | 16 | 66 | 103 | 73 |
| Binary | 11011100 | 11001111 | 1010000 | 0 | 110 | 1000000 | 1110 | 110110 | 1000011 | 111011 |
Color Harmonies of #DCCF50
Complementary color
Monochromatic Colors of #DCCF50
Black with #DCCF50
Text Example
Text Example
White with #DCCF50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCCF50; }
p { color: rgb(220,207,80); }
H1.HeaderClassName
{
color: #DCCF50;
}
.AnyTagClassName
{
color: #DCCF50;
}
</style>
background-color css
<style>
a { background-color: #DCCF50; }
a { background-color: rgb(220,207,80); }
div.DivClassName
{
background-color: #DCCF50;
}
.BgClassName
{
background-color: #DCCF50;
}
</style>
border-color css
<style>
span { border-color: #DCCF50; }
span { border-color: rgb(220,207,80); }
td.TdClassName
{
border-color: #DCCF50;
}
.TagClassName
{
border-color: #DCCF50;
}
</style>