Shades of Confetti #DCCB45
Tints of Confetti #DCCB45
RGB
CMYK
RGB Variations
Color information
#DCCB45 (or 0xDCCB45) is known color: Confetti. HEX triplet: DC, CB and 45. RGB value is (220,203,69). Sum of RGB (Red+Green+Blue) = 220+203+69=492 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.72% from 492); Green value is 203 (79.69% from 255 or 41.26% from 492); Blue value is 69 (27.34% from 255 or 14.02% from 492); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCB45 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCCB45 is #2334BA. Grayscale: #C1C1C1. Windows color (decimal): -2307259 or 4574172. OLE color: 4574172.
HSL color Cylindrical-coordinate representation of color #DCCB45: hue angle of 53.25º 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 #DCCB45 is Cyan = 0, Magento = 0.08, Yellow = 0.69 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 203 | 69 | - |
| CMYK | 0 | 0.08 | 0.69 | 0.14 |
| HSL | 53.25º | 0.68% | 0.57% | - |
| HSV(B) | 53.25º | 0.69% | 0.86% | - |
| XYZ | 51.95 | 58.36 | 14.16 | - |
| YUV | 192.81 | 58.13 | 147.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 203 | 69 | 0 | 0.08 | 0.69 | 0.14 | 53.25 | 0.68 | 0.57 |
| Hex | DC | CB | 45 | 0 | 8 | 45 | E | 35 | 44 | 39 |
| Octal | 334 | 313 | 105 | 0 | 10 | 105 | 16 | 65 | 104 | 71 |
| Binary | 11011100 | 11001011 | 1000101 | 0 | 1000 | 1000101 | 1110 | 110101 | 1000100 | 111001 |
Color Harmonies of #DCCB45
Complementary color
Monochromatic Colors of #DCCB45
Black with #DCCB45
Text Example
Text Example
White with #DCCB45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCCB45; }
p { color: rgb(220,203,69); }
H1.HeaderClassName
{
color: #DCCB45;
}
.AnyTagClassName
{
color: #DCCB45;
}
</style>
background-color css
<style>
a { background-color: #DCCB45; }
a { background-color: rgb(220,203,69); }
div.DivClassName
{
background-color: #DCCB45;
}
.BgClassName
{
background-color: #DCCB45;
}
</style>
border-color css
<style>
span { border-color: #DCCB45; }
span { border-color: rgb(220,203,69); }
td.TdClassName
{
border-color: #DCCB45;
}
.TagClassName
{
border-color: #DCCB45;
}
</style>