Shades of Confetti #DCC24F
Tints of Confetti #DCC24F
RGB
CMYK
RGB Variations
Color information
#DCC24F (or 0xDCC24F) is known color: Confetti. HEX triplet: DC, C2 and 4F. RGB value is (220,194,79). Sum of RGB (Red+Green+Blue) = 220+194+79=493 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.62% from 493); Green value is 194 (76.17% from 255 or 39.35% from 493); Blue value is 79 (31.25% from 255 or 16.02% from 493); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC24F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCC24F is #233DB0. Grayscale: #BDBDBD. Windows color (decimal): -2309553 or 5227228. OLE color: 5227228.
HSL color Cylindrical-coordinate representation of color #DCC24F: hue angle of 48.94º 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 #DCC24F is Cyan = 0, Magento = 0.12, Yellow = 0.64 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 194 | 79 | - |
| CMYK | 0 | 0.12 | 0.64 | 0.14 |
| HSL | 48.94º | 0.67% | 0.59% | - |
| HSV(B) | 48.94º | 0.64% | 0.86% | - |
| XYZ | 50.22 | 54.36 | 15.24 | - |
| YUV | 188.66 | 66.11 | 150.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 194 | 79 | 0 | 0.12 | 0.64 | 0.14 | 48.94 | 0.67 | 0.59 |
| Hex | DC | C2 | 4F | 0 | C | 40 | E | 31 | 43 | 3B |
| Octal | 334 | 302 | 117 | 0 | 14 | 100 | 16 | 61 | 103 | 73 |
| Binary | 11011100 | 11000010 | 1001111 | 0 | 1100 | 1000000 | 1110 | 110001 | 1000011 | 111011 |
Color Harmonies of #DCC24F
Complementary color
Monochromatic Colors of #DCC24F
Black with #DCC24F
Text Example
Text Example
White with #DCC24F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC24F; }
p { color: rgb(220,194,79); }
H1.HeaderClassName
{
color: #DCC24F;
}
.AnyTagClassName
{
color: #DCC24F;
}
</style>
background-color css
<style>
a { background-color: #DCC24F; }
a { background-color: rgb(220,194,79); }
div.DivClassName
{
background-color: #DCC24F;
}
.BgClassName
{
background-color: #DCC24F;
}
</style>
border-color css
<style>
span { border-color: #DCC24F; }
span { border-color: rgb(220,194,79); }
td.TdClassName
{
border-color: #DCC24F;
}
.TagClassName
{
border-color: #DCC24F;
}
</style>