Shades of Confetti #DCC343
Tints of Confetti #DCC343
RGB
CMYK
RGB Variations
Color information
#DCC343 (or 0xDCC343) is known color: Confetti. HEX triplet: DC, C3 and 43. RGB value is (220,195,67). Sum of RGB (Red+Green+Blue) = 220+195+67=482 (63% of max value = 765). Red value is 220 (86.33% from 255 or 45.64% from 482); Green value is 195 (76.56% from 255 or 40.46% from 482); Blue value is 67 (26.56% from 255 or 13.90% from 482); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC343 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCC343 is #233CBC. Grayscale: #BCBCBC. Windows color (decimal): -2309309 or 4441052. OLE color: 4441052.
HSL color Cylindrical-coordinate representation of color #DCC343: hue angle of 50.2º degrees, saturation: 0.69, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DCC343 is Cyan = 0, Magento = 0.11, Yellow = 0.70 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 195 | 67 | - |
| CMYK | 0 | 0.11 | 0.70 | 0.14 |
| HSL | 50.2º | 0.69% | 0.56% | - |
| HSV(B) | 50.2º | 0.7% | 0.86% | - |
| XYZ | 50.04 | 54.65 | 13.22 | - |
| YUV | 187.88 | 59.78 | 150.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 195 | 67 | 0 | 0.11 | 0.70 | 0.14 | 50.2 | 0.69 | 0.56 |
| Hex | DC | C3 | 43 | 0 | B | 46 | E | 32 | 45 | 38 |
| Octal | 334 | 303 | 103 | 0 | 13 | 106 | 16 | 62 | 105 | 70 |
| Binary | 11011100 | 11000011 | 1000011 | 0 | 1011 | 1000110 | 1110 | 110010 | 1000101 | 111000 |
Color Harmonies of #DCC343
Complementary color
Monochromatic Colors of #DCC343
Black with #DCC343
Text Example
Text Example
White with #DCC343
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC343; }
p { color: rgb(220,195,67); }
H1.HeaderClassName
{
color: #DCC343;
}
.AnyTagClassName
{
color: #DCC343;
}
</style>
background-color css
<style>
a { background-color: #DCC343; }
a { background-color: rgb(220,195,67); }
div.DivClassName
{
background-color: #DCC343;
}
.BgClassName
{
background-color: #DCC343;
}
</style>
border-color css
<style>
span { border-color: #DCC343; }
span { border-color: rgb(220,195,67); }
td.TdClassName
{
border-color: #DCC343;
}
.TagClassName
{
border-color: #DCC343;
}
</style>