Shades of Confetti #DCCC4B
Tints of Confetti #DCCC4B
RGB
CMYK
RGB Variations
Color information
#DCCC4B (or 0xDCCC4B) is known color: Confetti. HEX triplet: DC, CC and 4B. RGB value is (220,204,75). Sum of RGB (Red+Green+Blue) = 220+204+75=499 (66% of max value = 765). Red value is 220 (86.33% from 255 or 44.09% from 499); Green value is 204 (80.08% from 255 or 40.88% from 499); Blue value is 75 (29.69% from 255 or 15.03% from 499); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCC4B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCCC4B is #2333B4. Grayscale: #C2C2C2. Windows color (decimal): -2306997 or 4967644. OLE color: 4967644.
HSL color Cylindrical-coordinate representation of color #DCCC4B: hue angle of 53.38º degrees, saturation: 0.67, 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 #DCCC4B is Cyan = 0, Magento = 0.07, Yellow = 0.66 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 204 | 75 | - |
| CMYK | 0 | 0.07 | 0.66 | 0.14 |
| HSL | 53.38º | 0.67% | 0.58% | - |
| HSV(B) | 53.38º | 0.66% | 0.86% | - |
| XYZ | 52.38 | 58.91 | 15.27 | - |
| YUV | 194.08 | 60.8 | 146.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 204 | 75 | 0 | 0.07 | 0.66 | 0.14 | 53.38 | 0.67 | 0.58 |
| Hex | DC | CC | 4B | 0 | 7 | 42 | E | 35 | 43 | 3A |
| Octal | 334 | 314 | 113 | 0 | 7 | 102 | 16 | 65 | 103 | 72 |
| Binary | 11011100 | 11001100 | 1001011 | 0 | 111 | 1000010 | 1110 | 110101 | 1000011 | 111010 |
Color Harmonies of #DCCC4B
Complementary color
Monochromatic Colors of #DCCC4B
Black with #DCCC4B
Text Example
Text Example
White with #DCCC4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCCC4B; }
p { color: rgb(220,204,75); }
H1.HeaderClassName
{
color: #DCCC4B;
}
.AnyTagClassName
{
color: #DCCC4B;
}
</style>
background-color css
<style>
a { background-color: #DCCC4B; }
a { background-color: rgb(220,204,75); }
div.DivClassName
{
background-color: #DCCC4B;
}
.BgClassName
{
background-color: #DCCC4B;
}
</style>
border-color css
<style>
span { border-color: #DCCC4B; }
span { border-color: rgb(220,204,75); }
td.TdClassName
{
border-color: #DCCC4B;
}
.TagClassName
{
border-color: #DCCC4B;
}
</style>