Shades of Confetti #DCC144
Tints of Confetti #DCC144
RGB
CMYK
RGB Variations
Color information
#DCC144 (or 0xDCC144) is known color: Confetti. HEX triplet: DC, C1 and 44. RGB value is (220,193,68). Sum of RGB (Red+Green+Blue) = 220+193+68=481 (63% of max value = 765). Red value is 220 (86.33% from 255 or 45.74% from 481); Green value is 193 (75.78% from 255 or 40.12% from 481); Blue value is 68 (26.95% from 255 or 14.14% from 481); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC144 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCC144 is #233EBB. Grayscale: #BBBBBB. Windows color (decimal): -2309820 or 4506076. OLE color: 4506076.
HSL color Cylindrical-coordinate representation of color #DCC144: hue angle of 49.34º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #DCC144 is Cyan = 0, Magento = 0.12, Yellow = 0.69 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 193 | 68 | - |
| CMYK | 0 | 0.12 | 0.69 | 0.14 |
| HSL | 49.34º | 0.68% | 0.56% | - |
| HSV(B) | 49.34º | 0.69% | 0.86% | - |
| XYZ | 49.63 | 53.77 | 13.23 | - |
| YUV | 186.82 | 60.95 | 151.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 193 | 68 | 0 | 0.12 | 0.69 | 0.14 | 49.34 | 0.68 | 0.56 |
| Hex | DC | C1 | 44 | 0 | C | 45 | E | 31 | 44 | 38 |
| Octal | 334 | 301 | 104 | 0 | 14 | 105 | 16 | 61 | 104 | 70 |
| Binary | 11011100 | 11000001 | 1000100 | 0 | 1100 | 1000101 | 1110 | 110001 | 1000100 | 111000 |
Color Harmonies of #DCC144
Complementary color
Monochromatic Colors of #DCC144
Black with #DCC144
Text Example
Text Example
White with #DCC144
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC144; }
p { color: rgb(220,193,68); }
H1.HeaderClassName
{
color: #DCC144;
}
.AnyTagClassName
{
color: #DCC144;
}
</style>
background-color css
<style>
a { background-color: #DCC144; }
a { background-color: rgb(220,193,68); }
div.DivClassName
{
background-color: #DCC144;
}
.BgClassName
{
background-color: #DCC144;
}
</style>
border-color css
<style>
span { border-color: #DCC144; }
span { border-color: rgb(220,193,68); }
td.TdClassName
{
border-color: #DCC144;
}
.TagClassName
{
border-color: #DCC144;
}
</style>