Shades of Confetti #DCCA4B
Tints of Confetti #DCCA4B
RGB
CMYK
RGB Variations
Color information
#DCCA4B (or 0xDCCA4B) is known color: Confetti. HEX triplet: DC, CA and 4B. RGB value is (220,202,75). Sum of RGB (Red+Green+Blue) = 220+202+75=497 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.27% from 497); Green value is 202 (79.30% from 255 or 40.64% from 497); Blue value is 75 (29.69% from 255 or 15.09% from 497); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCA4B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCCA4B is #2335B4. Grayscale: #C1C1C1. Windows color (decimal): -2307509 or 4967132. OLE color: 4967132.
HSL color Cylindrical-coordinate representation of color #DCCA4B: hue angle of 52.55º 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 #DCCA4B is Cyan = 0, Magento = 0.08, Yellow = 0.66 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 202 | 75 | - |
| CMYK | 0 | 0.08 | 0.66 | 0.14 |
| HSL | 52.55º | 0.67% | 0.58% | - |
| HSV(B) | 52.55º | 0.66% | 0.86% | - |
| XYZ | 51.91 | 57.96 | 15.11 | - |
| YUV | 192.9 | 61.46 | 147.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 202 | 75 | 0 | 0.08 | 0.66 | 0.14 | 52.55 | 0.67 | 0.58 |
| Hex | DC | CA | 4B | 0 | 8 | 42 | E | 35 | 43 | 3A |
| Octal | 334 | 312 | 113 | 0 | 10 | 102 | 16 | 65 | 103 | 72 |
| Binary | 11011100 | 11001010 | 1001011 | 0 | 1000 | 1000010 | 1110 | 110101 | 1000011 | 111010 |
Color Harmonies of #DCCA4B
Complementary color
Monochromatic Colors of #DCCA4B
Black with #DCCA4B
Text Example
Text Example
White with #DCCA4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCCA4B; }
p { color: rgb(220,202,75); }
H1.HeaderClassName
{
color: #DCCA4B;
}
.AnyTagClassName
{
color: #DCCA4B;
}
</style>
background-color css
<style>
a { background-color: #DCCA4B; }
a { background-color: rgb(220,202,75); }
div.DivClassName
{
background-color: #DCCA4B;
}
.BgClassName
{
background-color: #DCCA4B;
}
</style>
border-color css
<style>
span { border-color: #DCCA4B; }
span { border-color: rgb(220,202,75); }
td.TdClassName
{
border-color: #DCCA4B;
}
.TagClassName
{
border-color: #DCCA4B;
}
</style>