Shades of Confetti #DCCE45
Tints of Confetti #DCCE45
RGB
CMYK
RGB Variations
Color information
#DCCE45 (or 0xDCCE45) is known color: Confetti. HEX triplet: DC, CE and 45. RGB value is (220,206,69). Sum of RGB (Red+Green+Blue) = 220+206+69=495 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.44% from 495); Green value is 206 (80.86% from 255 or 41.62% from 495); Blue value is 69 (27.34% from 255 or 13.94% from 495); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCE45 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCCE45 is #2331BA. Grayscale: #C3C3C3. Windows color (decimal): -2306491 or 4574940. OLE color: 4574940.
HSL color Cylindrical-coordinate representation of color #DCCE45: hue angle of 54.44º 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 #DCCE45 is Cyan = 0, Magento = 0.06, Yellow = 0.69 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 206 | 69 | - |
| CMYK | 0 | 0.06 | 0.69 | 0.14 |
| HSL | 54.44º | 0.68% | 0.57% | - |
| HSV(B) | 54.44º | 0.69% | 0.86% | - |
| XYZ | 52.66 | 59.79 | 14.39 | - |
| YUV | 194.57 | 57.14 | 146.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 206 | 69 | 0 | 0.06 | 0.69 | 0.14 | 54.44 | 0.68 | 0.57 |
| Hex | DC | CE | 45 | 0 | 6 | 45 | E | 36 | 44 | 39 |
| Octal | 334 | 316 | 105 | 0 | 6 | 105 | 16 | 66 | 104 | 71 |
| Binary | 11011100 | 11001110 | 1000101 | 0 | 110 | 1000101 | 1110 | 110110 | 1000100 | 111001 |
Color Harmonies of #DCCE45
Complementary color
Monochromatic Colors of #DCCE45
Black with #DCCE45
Text Example
Text Example
White with #DCCE45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCCE45; }
p { color: rgb(220,206,69); }
H1.HeaderClassName
{
color: #DCCE45;
}
.AnyTagClassName
{
color: #DCCE45;
}
</style>
background-color css
<style>
a { background-color: #DCCE45; }
a { background-color: rgb(220,206,69); }
div.DivClassName
{
background-color: #DCCE45;
}
.BgClassName
{
background-color: #DCCE45;
}
</style>
border-color css
<style>
span { border-color: #DCCE45; }
span { border-color: rgb(220,206,69); }
td.TdClassName
{
border-color: #DCCE45;
}
.TagClassName
{
border-color: #DCCE45;
}
</style>