Shades of Confetti #DCCB4A
Tints of Confetti #DCCB4A
RGB
CMYK
RGB Variations
Color information
#DCCB4A (or 0xDCCB4A) is known color: Confetti. HEX triplet: DC, CB and 4A. RGB value is (220,203,74). Sum of RGB (Red+Green+Blue) = 220+203+74=497 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.27% from 497); Green value is 203 (79.69% from 255 or 40.85% from 497); Blue value is 74 (29.30% from 255 or 14.89% from 497); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCB4A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCCB4A is #2334B5. Grayscale: #C1C1C1. Windows color (decimal): -2307254 or 4901852. OLE color: 4901852.
HSL color Cylindrical-coordinate representation of color #DCCB4A: hue angle of 53.01º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #DCCB4A is Cyan = 0, Magento = 0.08, Yellow = 0.66 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 203 | 74 | - |
| CMYK | 0 | 0.08 | 0.66 | 0.14 |
| HSL | 53.01º | 0.68% | 0.58% | - |
| HSV(B) | 53.01º | 0.66% | 0.86% | - |
| XYZ | 52.11 | 58.42 | 15.01 | - |
| YUV | 193.38 | 60.63 | 146.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 203 | 74 | 0 | 0.08 | 0.66 | 0.14 | 53.01 | 0.68 | 0.58 |
| Hex | DC | CB | 4A | 0 | 8 | 42 | E | 35 | 44 | 3A |
| Octal | 334 | 313 | 112 | 0 | 10 | 102 | 16 | 65 | 104 | 72 |
| Binary | 11011100 | 11001011 | 1001010 | 0 | 1000 | 1000010 | 1110 | 110101 | 1000100 | 111010 |
Color Harmonies of #DCCB4A
Complementary color
Monochromatic Colors of #DCCB4A
Black with #DCCB4A
Text Example
Text Example
White with #DCCB4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCCB4A; }
p { color: rgb(220,203,74); }
H1.HeaderClassName
{
color: #DCCB4A;
}
.AnyTagClassName
{
color: #DCCB4A;
}
</style>
background-color css
<style>
a { background-color: #DCCB4A; }
a { background-color: rgb(220,203,74); }
div.DivClassName
{
background-color: #DCCB4A;
}
.BgClassName
{
background-color: #DCCB4A;
}
</style>
border-color css
<style>
span { border-color: #DCCB4A; }
span { border-color: rgb(220,203,74); }
td.TdClassName
{
border-color: #DCCB4A;
}
.TagClassName
{
border-color: #DCCB4A;
}
</style>