Shades of Confetti #DCC645
Tints of Confetti #DCC645
RGB
CMYK
RGB Variations
Color information
#DCC645 (or 0xDCC645) is known color: Confetti. HEX triplet: DC, C6 and 45. RGB value is (220,198,69). Sum of RGB (Red+Green+Blue) = 220+198+69=487 (64% of max value = 765). Red value is 220 (86.33% from 255 or 45.17% from 487); Green value is 198 (77.73% from 255 or 40.66% from 487); Blue value is 69 (27.34% from 255 or 14.17% from 487); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC645 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCC645 is #2339BA. Grayscale: #BEBEBE. Windows color (decimal): -2308539 or 4572892. OLE color: 4572892.
HSL color Cylindrical-coordinate representation of color #DCC645: hue angle of 51.26º 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 #DCC645 is Cyan = 0, Magento = 0.1, Yellow = 0.69 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 198 | 69 | - |
| CMYK | 0 | 0.1 | 0.69 | 0.14 |
| HSL | 51.26º | 0.68% | 0.57% | - |
| HSV(B) | 51.26º | 0.69% | 0.86% | - |
| XYZ | 50.78 | 56.03 | 13.77 | - |
| YUV | 189.87 | 59.79 | 149.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 198 | 69 | 0 | 0.1 | 0.69 | 0.14 | 51.26 | 0.68 | 0.57 |
| Hex | DC | C6 | 45 | 0 | A | 45 | E | 33 | 44 | 39 |
| Octal | 334 | 306 | 105 | 0 | 12 | 105 | 16 | 63 | 104 | 71 |
| Binary | 11011100 | 11000110 | 1000101 | 0 | 1010 | 1000101 | 1110 | 110011 | 1000100 | 111001 |
Color Harmonies of #DCC645
Complementary color
Monochromatic Colors of #DCC645
Black with #DCC645
Text Example
Text Example
White with #DCC645
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC645; }
p { color: rgb(220,198,69); }
H1.HeaderClassName
{
color: #DCC645;
}
.AnyTagClassName
{
color: #DCC645;
}
</style>
background-color css
<style>
a { background-color: #DCC645; }
a { background-color: rgb(220,198,69); }
div.DivClassName
{
background-color: #DCC645;
}
.BgClassName
{
background-color: #DCC645;
}
</style>
border-color css
<style>
span { border-color: #DCC645; }
span { border-color: rgb(220,198,69); }
td.TdClassName
{
border-color: #DCC645;
}
.TagClassName
{
border-color: #DCC645;
}
</style>