Shades of Confetti #DCCB43
Tints of Confetti #DCCB43
RGB
CMYK
RGB Variations
Color information
#DCCB43 (or 0xDCCB43) is known color: Confetti. HEX triplet: DC, CB and 43. RGB value is (220,203,67). Sum of RGB (Red+Green+Blue) = 220+203+67=490 (64% of max value = 765). Red value is 220 (86.33% from 255 or 44.90% from 490); Green value is 203 (79.69% from 255 or 41.43% from 490); Blue value is 67 (26.56% from 255 or 13.67% from 490); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCB43 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCCB43 is #2334BC. Grayscale: #C1C1C1. Windows color (decimal): -2307261 or 4443100. OLE color: 4443100.
HSL color Cylindrical-coordinate representation of color #DCCB43: hue angle of 53.33º 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 #DCCB43 is Cyan = 0, Magento = 0.08, Yellow = 0.70 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 203 | 67 | - |
| CMYK | 0 | 0.08 | 0.70 | 0.14 |
| HSL | 53.33º | 0.69% | 0.56% | - |
| HSV(B) | 53.33º | 0.7% | 0.86% | - |
| XYZ | 51.88 | 58.33 | 13.83 | - |
| YUV | 192.58 | 57.13 | 147.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 203 | 67 | 0 | 0.08 | 0.70 | 0.14 | 53.33 | 0.69 | 0.56 |
| Hex | DC | CB | 43 | 0 | 8 | 46 | E | 35 | 45 | 38 |
| Octal | 334 | 313 | 103 | 0 | 10 | 106 | 16 | 65 | 105 | 70 |
| Binary | 11011100 | 11001011 | 1000011 | 0 | 1000 | 1000110 | 1110 | 110101 | 1000101 | 111000 |
Color Harmonies of #DCCB43
Complementary color
Monochromatic Colors of #DCCB43
Black with #DCCB43
Text Example
Text Example
White with #DCCB43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCCB43; }
p { color: rgb(220,203,67); }
H1.HeaderClassName
{
color: #DCCB43;
}
.AnyTagClassName
{
color: #DCCB43;
}
</style>
background-color css
<style>
a { background-color: #DCCB43; }
a { background-color: rgb(220,203,67); }
div.DivClassName
{
background-color: #DCCB43;
}
.BgClassName
{
background-color: #DCCB43;
}
</style>
border-color css
<style>
span { border-color: #DCCB43; }
span { border-color: rgb(220,203,67); }
td.TdClassName
{
border-color: #DCCB43;
}
.TagClassName
{
border-color: #DCCB43;
}
</style>