Shades of Confetti #DCCB50
Tints of Confetti #DCCB50
RGB
CMYK
RGB Variations
Color information
#DCCB50 (or 0xDCCB50) is known color: Confetti. HEX triplet: DC, CB and 50. RGB value is (220,203,80). Sum of RGB (Red+Green+Blue) = 220+203+80=503 (66% of max value = 765). Red value is 220 (86.33% from 255 or 43.74% from 503); Green value is 203 (79.69% from 255 or 40.36% from 503); Blue value is 80 (31.64% from 255 or 15.90% from 503); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCB50 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCCB50 is #2334AF. Grayscale: #C2C2C2. Windows color (decimal): -2307248 or 5295068. OLE color: 5295068.
HSL color Cylindrical-coordinate representation of color #DCCB50: hue angle of 52.71º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #DCCB50 is Cyan = 0, Magento = 0.08, Yellow = 0.64 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 203 | 80 | - |
| CMYK | 0 | 0.08 | 0.64 | 0.14 |
| HSL | 52.71º | 0.67% | 0.59% | - |
| HSV(B) | 52.71º | 0.64% | 0.86% | - |
| XYZ | 52.32 | 58.51 | 16.12 | - |
| YUV | 194.06 | 63.63 | 146.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 203 | 80 | 0 | 0.08 | 0.64 | 0.14 | 52.71 | 0.67 | 0.59 |
| Hex | DC | CB | 50 | 0 | 8 | 40 | E | 35 | 43 | 3B |
| Octal | 334 | 313 | 120 | 0 | 10 | 100 | 16 | 65 | 103 | 73 |
| Binary | 11011100 | 11001011 | 1010000 | 0 | 1000 | 1000000 | 1110 | 110101 | 1000011 | 111011 |
Color Harmonies of #DCCB50
Complementary color
Monochromatic Colors of #DCCB50
Black with #DCCB50
Text Example
Text Example
White with #DCCB50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCCB50; }
p { color: rgb(220,203,80); }
H1.HeaderClassName
{
color: #DCCB50;
}
.AnyTagClassName
{
color: #DCCB50;
}
</style>
background-color css
<style>
a { background-color: #DCCB50; }
a { background-color: rgb(220,203,80); }
div.DivClassName
{
background-color: #DCCB50;
}
.BgClassName
{
background-color: #DCCB50;
}
</style>
border-color css
<style>
span { border-color: #DCCB50; }
span { border-color: rgb(220,203,80); }
td.TdClassName
{
border-color: #DCCB50;
}
.TagClassName
{
border-color: #DCCB50;
}
</style>