Shades of Confetti #DCCB41
Tints of Confetti #DCCB41
RGB
CMYK
RGB Variations
Color information
#DCCB41 (or 0xDCCB41) is known color: Confetti. HEX triplet: DC, CB and 41. RGB value is (220,203,65). Sum of RGB (Red+Green+Blue) = 220+203+65=488 (64% of max value = 765). Red value is 220 (86.33% from 255 or 45.08% from 488); Green value is 203 (79.69% from 255 or 41.60% from 488); Blue value is 65 (25.78% from 255 or 13.32% from 488); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCB41 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCCB41 is #2334BE. Grayscale: #C0C0C0. Windows color (decimal): -2307263 or 4312028. OLE color: 4312028.
HSL color Cylindrical-coordinate representation of color #DCCB41: hue angle of 53.42º degrees, saturation: 0.69, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DCCB41 is Cyan = 0, Magento = 0.08, Yellow = 0.70 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 203 | 65 | - |
| CMYK | 0 | 0.08 | 0.70 | 0.14 |
| HSL | 53.42º | 0.69% | 0.56% | - |
| HSV(B) | 53.42º | 0.7% | 0.86% | - |
| XYZ | 51.83 | 58.31 | 13.52 | - |
| YUV | 192.35 | 56.13 | 147.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 203 | 65 | 0 | 0.08 | 0.70 | 0.14 | 53.42 | 0.69 | 0.56 |
| Hex | DC | CB | 41 | 0 | 8 | 46 | E | 35 | 45 | 38 |
| Octal | 334 | 313 | 101 | 0 | 10 | 106 | 16 | 65 | 105 | 70 |
| Binary | 11011100 | 11001011 | 1000001 | 0 | 1000 | 1000110 | 1110 | 110101 | 1000101 | 111000 |
Color Harmonies of #DCCB41
Complementary color
Monochromatic Colors of #DCCB41
Black with #DCCB41
Text Example
Text Example
White with #DCCB41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCCB41; }
p { color: rgb(220,203,65); }
H1.HeaderClassName
{
color: #DCCB41;
}
.AnyTagClassName
{
color: #DCCB41;
}
</style>
background-color css
<style>
a { background-color: #DCCB41; }
a { background-color: rgb(220,203,65); }
div.DivClassName
{
background-color: #DCCB41;
}
.BgClassName
{
background-color: #DCCB41;
}
</style>
border-color css
<style>
span { border-color: #DCCB41; }
span { border-color: rgb(220,203,65); }
td.TdClassName
{
border-color: #DCCB41;
}
.TagClassName
{
border-color: #DCCB41;
}
</style>