Shades of Confetti #DCC145
Tints of Confetti #DCC145
RGB
CMYK
RGB Variations
Color information
#DCC145 (or 0xDCC145) is known color: Confetti. HEX triplet: DC, C1 and 45. RGB value is (220,193,69). Sum of RGB (Red+Green+Blue) = 220+193+69=482 (63% of max value = 765). Red value is 220 (86.33% from 255 or 45.64% from 482); Green value is 193 (75.78% from 255 or 40.04% from 482); Blue value is 69 (27.34% from 255 or 14.32% from 482); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC145 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCC145 is #233EBA. Grayscale: #BBBBBB. Windows color (decimal): -2309819 or 4571612. OLE color: 4571612.
HSL color Cylindrical-coordinate representation of color #DCC145: hue angle of 49.27º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #DCC145 is Cyan = 0, Magento = 0.12, Yellow = 0.69 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 193 | 69 | - |
| CMYK | 0 | 0.12 | 0.69 | 0.14 |
| HSL | 49.27º | 0.68% | 0.57% | - |
| HSV(B) | 49.27º | 0.69% | 0.86% | - |
| XYZ | 49.66 | 53.79 | 13.39 | - |
| YUV | 186.94 | 61.45 | 151.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 193 | 69 | 0 | 0.12 | 0.69 | 0.14 | 49.27 | 0.68 | 0.57 |
| Hex | DC | C1 | 45 | 0 | C | 45 | E | 31 | 44 | 39 |
| Octal | 334 | 301 | 105 | 0 | 14 | 105 | 16 | 61 | 104 | 71 |
| Binary | 11011100 | 11000001 | 1000101 | 0 | 1100 | 1000101 | 1110 | 110001 | 1000100 | 111001 |
Color Harmonies of #DCC145
Complementary color
Monochromatic Colors of #DCC145
Black with #DCC145
Text Example
Text Example
White with #DCC145
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC145; }
p { color: rgb(220,193,69); }
H1.HeaderClassName
{
color: #DCC145;
}
.AnyTagClassName
{
color: #DCC145;
}
</style>
background-color css
<style>
a { background-color: #DCC145; }
a { background-color: rgb(220,193,69); }
div.DivClassName
{
background-color: #DCC145;
}
.BgClassName
{
background-color: #DCC145;
}
</style>
border-color css
<style>
span { border-color: #DCC145; }
span { border-color: rgb(220,193,69); }
td.TdClassName
{
border-color: #DCC145;
}
.TagClassName
{
border-color: #DCC145;
}
</style>