Shades of Confetti #DCC245
Tints of Confetti #DCC245
RGB
CMYK
RGB Variations
Color information
#DCC245 (or 0xDCC245) is known color: Confetti. HEX triplet: DC, C2 and 45. RGB value is (220,194,69). Sum of RGB (Red+Green+Blue) = 220+194+69=483 (63% of max value = 765). Red value is 220 (86.33% from 255 or 45.55% from 483); Green value is 194 (76.17% from 255 or 40.17% from 483); Blue value is 69 (27.34% from 255 or 14.29% from 483); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC245 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCC245 is #233DBA. Grayscale: #BCBCBC. Windows color (decimal): -2309563 or 4571868. OLE color: 4571868.
HSL color Cylindrical-coordinate representation of color #DCC245: hue angle of 49.67º 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 #DCC245 is Cyan = 0, Magento = 0.12, Yellow = 0.69 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 194 | 69 | - |
| CMYK | 0 | 0.12 | 0.69 | 0.14 |
| HSL | 49.67º | 0.68% | 0.57% | - |
| HSV(B) | 49.67º | 0.69% | 0.86% | - |
| XYZ | 49.88 | 54.23 | 13.47 | - |
| YUV | 187.52 | 61.11 | 151.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 194 | 69 | 0 | 0.12 | 0.69 | 0.14 | 49.67 | 0.68 | 0.57 |
| Hex | DC | C2 | 45 | 0 | C | 45 | E | 32 | 44 | 39 |
| Octal | 334 | 302 | 105 | 0 | 14 | 105 | 16 | 62 | 104 | 71 |
| Binary | 11011100 | 11000010 | 1000101 | 0 | 1100 | 1000101 | 1110 | 110010 | 1000100 | 111001 |
Color Harmonies of #DCC245
Complementary color
Monochromatic Colors of #DCC245
Black with #DCC245
Text Example
Text Example
White with #DCC245
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC245; }
p { color: rgb(220,194,69); }
H1.HeaderClassName
{
color: #DCC245;
}
.AnyTagClassName
{
color: #DCC245;
}
</style>
background-color css
<style>
a { background-color: #DCC245; }
a { background-color: rgb(220,194,69); }
div.DivClassName
{
background-color: #DCC245;
}
.BgClassName
{
background-color: #DCC245;
}
</style>
border-color css
<style>
span { border-color: #DCC245; }
span { border-color: rgb(220,194,69); }
td.TdClassName
{
border-color: #DCC245;
}
.TagClassName
{
border-color: #DCC245;
}
</style>