Shades of Confetti #DCCC43
Tints of Confetti #DCCC43
RGB
CMYK
RGB Variations
Color information
#DCCC43 (or 0xDCCC43) is known color: Confetti. HEX triplet: DC, CC and 43. RGB value is (220,204,67). Sum of RGB (Red+Green+Blue) = 220+204+67=491 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.81% from 491); Green value is 204 (80.08% from 255 or 41.55% from 491); Blue value is 67 (26.56% from 255 or 13.65% from 491); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCC43 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCCC43 is #2333BC. Grayscale: #C1C1C1. Windows color (decimal): -2307005 or 4443356. OLE color: 4443356.
HSL color Cylindrical-coordinate representation of color #DCCC43: hue angle of 53.73º 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 #DCCC43 is Cyan = 0, Magento = 0.07, Yellow = 0.70 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 204 | 67 | - |
| CMYK | 0 | 0.07 | 0.70 | 0.14 |
| HSL | 53.73º | 0.69% | 0.56% | - |
| HSV(B) | 53.73º | 0.7% | 0.86% | - |
| XYZ | 52.12 | 58.81 | 13.91 | - |
| YUV | 193.17 | 56.8 | 147.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 204 | 67 | 0 | 0.07 | 0.70 | 0.14 | 53.73 | 0.69 | 0.56 |
| Hex | DC | CC | 43 | 0 | 7 | 46 | E | 36 | 45 | 38 |
| Octal | 334 | 314 | 103 | 0 | 7 | 106 | 16 | 66 | 105 | 70 |
| Binary | 11011100 | 11001100 | 1000011 | 0 | 111 | 1000110 | 1110 | 110110 | 1000101 | 111000 |
Color Harmonies of #DCCC43
Complementary color
Monochromatic Colors of #DCCC43
Black with #DCCC43
Text Example
Text Example
White with #DCCC43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCCC43; }
p { color: rgb(220,204,67); }
H1.HeaderClassName
{
color: #DCCC43;
}
.AnyTagClassName
{
color: #DCCC43;
}
</style>
background-color css
<style>
a { background-color: #DCCC43; }
a { background-color: rgb(220,204,67); }
div.DivClassName
{
background-color: #DCCC43;
}
.BgClassName
{
background-color: #DCCC43;
}
</style>
border-color css
<style>
span { border-color: #DCCC43; }
span { border-color: rgb(220,204,67); }
td.TdClassName
{
border-color: #DCCC43;
}
.TagClassName
{
border-color: #DCCC43;
}
</style>