Shades of Confetti #DCC43F
Tints of Confetti #DCC43F
RGB
CMYK
RGB Variations
Color information
#DCC43F (or 0xDCC43F) is known color: Confetti. HEX triplet: DC, C4 and 3F. RGB value is (220,196,63). Sum of RGB (Red+Green+Blue) = 220+196+63=479 (63% of max value = 765). Red value is 220 (86.33% from 255 or 45.93% from 479); Green value is 196 (76.95% from 255 or 40.92% from 479); Blue value is 63 (25% from 255 or 13.15% from 479); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC43F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCC43F is #233BC0. Grayscale: #BCBCBC. Windows color (decimal): -2309057 or 4179164. OLE color: 4179164.
HSL color Cylindrical-coordinate representation of color #DCC43F: hue angle of 50.83º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DCC43F is Cyan = 0, Magento = 0.11, Yellow = 0.71 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 196 | 63 | - |
| CMYK | 0 | 0.11 | 0.71 | 0.14 |
| HSL | 50.83º | 0.69% | 0.55% | - |
| HSV(B) | 50.83º | 0.71% | 0.86% | - |
| XYZ | 50.15 | 55.05 | 12.69 | - |
| YUV | 188.01 | 57.45 | 150.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 196 | 63 | 0 | 0.11 | 0.71 | 0.14 | 50.83 | 0.69 | 0.55 |
| Hex | DC | C4 | 3F | 0 | B | 47 | E | 33 | 45 | 37 |
| Octal | 334 | 304 | 77 | 0 | 13 | 107 | 16 | 63 | 105 | 67 |
| Binary | 11011100 | 11000100 | 111111 | 0 | 1011 | 1000111 | 1110 | 110011 | 1000101 | 110111 |
Color Harmonies of #DCC43F
Complementary color
Monochromatic Colors of #DCC43F
Black with #DCC43F
Text Example
Text Example
White with #DCC43F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC43F; }
p { color: rgb(220,196,63); }
H1.HeaderClassName
{
color: #DCC43F;
}
.AnyTagClassName
{
color: #DCC43F;
}
</style>
background-color css
<style>
a { background-color: #DCC43F; }
a { background-color: rgb(220,196,63); }
div.DivClassName
{
background-color: #DCC43F;
}
.BgClassName
{
background-color: #DCC43F;
}
</style>
border-color css
<style>
span { border-color: #DCC43F; }
span { border-color: rgb(220,196,63); }
td.TdClassName
{
border-color: #DCC43F;
}
.TagClassName
{
border-color: #DCC43F;
}
</style>