Shades of Confetti #DCCD45
Tints of Confetti #DCCD45
RGB
CMYK
RGB Variations
Color information
#DCCD45 (or 0xDCCD45) is known color: Confetti. HEX triplet: DC, CD and 45. RGB value is (220,205,69). Sum of RGB (Red+Green+Blue) = 220+205+69=494 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.53% from 494); Green value is 205 (80.47% from 255 or 41.50% from 494); Blue value is 69 (27.34% from 255 or 13.97% from 494); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCD45 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCCD45 is #2332BA. Grayscale: #C2C2C2. Windows color (decimal): -2306747 or 4574684. OLE color: 4574684.
HSL color Cylindrical-coordinate representation of color #DCCD45: hue angle of 54.04º 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 #DCCD45 is Cyan = 0, Magento = 0.07, Yellow = 0.69 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 205 | 69 | - |
| CMYK | 0 | 0.07 | 0.69 | 0.14 |
| HSL | 54.04º | 0.68% | 0.57% | - |
| HSV(B) | 54.04º | 0.69% | 0.86% | - |
| XYZ | 52.42 | 59.31 | 14.31 | - |
| YUV | 193.98 | 57.47 | 146.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 205 | 69 | 0 | 0.07 | 0.69 | 0.14 | 54.04 | 0.68 | 0.57 |
| Hex | DC | CD | 45 | 0 | 7 | 45 | E | 36 | 44 | 39 |
| Octal | 334 | 315 | 105 | 0 | 7 | 105 | 16 | 66 | 104 | 71 |
| Binary | 11011100 | 11001101 | 1000101 | 0 | 111 | 1000101 | 1110 | 110110 | 1000100 | 111001 |
Color Harmonies of #DCCD45
Complementary color
Monochromatic Colors of #DCCD45
Black with #DCCD45
Text Example
Text Example
White with #DCCD45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCCD45; }
p { color: rgb(220,205,69); }
H1.HeaderClassName
{
color: #DCCD45;
}
.AnyTagClassName
{
color: #DCCD45;
}
</style>
background-color css
<style>
a { background-color: #DCCD45; }
a { background-color: rgb(220,205,69); }
div.DivClassName
{
background-color: #DCCD45;
}
.BgClassName
{
background-color: #DCCD45;
}
</style>
border-color css
<style>
span { border-color: #DCCD45; }
span { border-color: rgb(220,205,69); }
td.TdClassName
{
border-color: #DCCD45;
}
.TagClassName
{
border-color: #DCCD45;
}
</style>