Shades of Confetti #DCCF4F
Tints of Confetti #DCCF4F
RGB
CMYK
RGB Variations
Color information
#DCCF4F (or 0xDCCF4F) is known color: Confetti. HEX triplet: DC, CF and 4F. RGB value is (220,207,79). Sum of RGB (Red+Green+Blue) = 220+207+79=506 (67% of max value = 765). Red value is 220 (86.33% from 255 or 43.48% from 506); Green value is 207 (81.25% from 255 or 40.91% from 506); Blue value is 79 (31.25% from 255 or 15.61% from 506); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCF4F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCCF4F is #2330B0. Grayscale: #C4C4C4. Windows color (decimal): -2306225 or 5230556. OLE color: 5230556.
HSL color Cylindrical-coordinate representation of color #DCCF4F: hue angle of 54.47º 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 #DCCF4F is Cyan = 0, Magento = 0.06, Yellow = 0.64 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 207 | 79 | - |
| CMYK | 0 | 0.06 | 0.64 | 0.14 |
| HSL | 54.47º | 0.67% | 0.59% | - |
| HSV(B) | 54.47º | 0.64% | 0.86% | - |
| XYZ | 53.24 | 60.41 | 16.25 | - |
| YUV | 196.3 | 61.81 | 144.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 207 | 79 | 0 | 0.06 | 0.64 | 0.14 | 54.47 | 0.67 | 0.59 |
| Hex | DC | CF | 4F | 0 | 6 | 40 | E | 36 | 43 | 3B |
| Octal | 334 | 317 | 117 | 0 | 6 | 100 | 16 | 66 | 103 | 73 |
| Binary | 11011100 | 11001111 | 1001111 | 0 | 110 | 1000000 | 1110 | 110110 | 1000011 | 111011 |
Color Harmonies of #DCCF4F
Complementary color
Monochromatic Colors of #DCCF4F
Black with #DCCF4F
Text Example
Text Example
White with #DCCF4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCCF4F; }
p { color: rgb(220,207,79); }
H1.HeaderClassName
{
color: #DCCF4F;
}
.AnyTagClassName
{
color: #DCCF4F;
}
</style>
background-color css
<style>
a { background-color: #DCCF4F; }
a { background-color: rgb(220,207,79); }
div.DivClassName
{
background-color: #DCCF4F;
}
.BgClassName
{
background-color: #DCCF4F;
}
</style>
border-color css
<style>
span { border-color: #DCCF4F; }
span { border-color: rgb(220,207,79); }
td.TdClassName
{
border-color: #DCCF4F;
}
.TagClassName
{
border-color: #DCCF4F;
}
</style>