Shades of Confetti #DCC347
Tints of Confetti #DCC347
RGB
CMYK
RGB Variations
Color information
#DCC347 (or 0xDCC347) is known color: Confetti. HEX triplet: DC, C3 and 47. RGB value is (220,195,71). Sum of RGB (Red+Green+Blue) = 220+195+71=486 (64% of max value = 765). Red value is 220 (86.33% from 255 or 45.27% from 486); Green value is 195 (76.56% from 255 or 40.12% from 486); Blue value is 71 (28.12% from 255 or 14.61% from 486); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC347 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCC347 is #233CB8. Grayscale: #BCBCBC. Windows color (decimal): -2309305 or 4703196. OLE color: 4703196.
HSL color Cylindrical-coordinate representation of color #DCC347: hue angle of 49.93º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #DCC347 is Cyan = 0, Magento = 0.11, Yellow = 0.68 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 195 | 71 | - |
| CMYK | 0 | 0.11 | 0.68 | 0.14 |
| HSL | 49.93º | 0.68% | 0.57% | - |
| HSV(B) | 49.93º | 0.68% | 0.86% | - |
| XYZ | 50.17 | 54.7 | 13.88 | - |
| YUV | 188.34 | 61.78 | 150.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 195 | 71 | 0 | 0.11 | 0.68 | 0.14 | 49.93 | 0.68 | 0.57 |
| Hex | DC | C3 | 47 | 0 | B | 44 | E | 32 | 44 | 39 |
| Octal | 334 | 303 | 107 | 0 | 13 | 104 | 16 | 62 | 104 | 71 |
| Binary | 11011100 | 11000011 | 1000111 | 0 | 1011 | 1000100 | 1110 | 110010 | 1000100 | 111001 |
Color Harmonies of #DCC347
Complementary color
Monochromatic Colors of #DCC347
Black with #DCC347
Text Example
Text Example
White with #DCC347
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC347; }
p { color: rgb(220,195,71); }
H1.HeaderClassName
{
color: #DCC347;
}
.AnyTagClassName
{
color: #DCC347;
}
</style>
background-color css
<style>
a { background-color: #DCC347; }
a { background-color: rgb(220,195,71); }
div.DivClassName
{
background-color: #DCC347;
}
.BgClassName
{
background-color: #DCC347;
}
</style>
border-color css
<style>
span { border-color: #DCC347; }
span { border-color: rgb(220,195,71); }
td.TdClassName
{
border-color: #DCC347;
}
.TagClassName
{
border-color: #DCC347;
}
</style>