Shades of Confetti #DCCC4F
Tints of Confetti #DCCC4F
RGB
CMYK
RGB Variations
Color information
#DCCC4F (or 0xDCCC4F) is known color: Confetti. HEX triplet: DC, CC and 4F. RGB value is (220,204,79). Sum of RGB (Red+Green+Blue) = 220+204+79=503 (66% of max value = 765). Red value is 220 (86.33% from 255 or 43.74% from 503); Green value is 204 (80.08% from 255 or 40.56% from 503); Blue value is 79 (31.25% from 255 or 15.71% from 503); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCC4F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCCC4F is #2333B0. Grayscale: #C3C3C3. Windows color (decimal): -2306993 or 5229788. OLE color: 5229788.
HSL color Cylindrical-coordinate representation of color #DCCC4F: hue angle of 53.19º 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 #DCCC4F is Cyan = 0, Magento = 0.07, Yellow = 0.64 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 204 | 79 | - |
| CMYK | 0 | 0.07 | 0.64 | 0.14 |
| HSL | 53.19º | 0.67% | 0.59% | - |
| HSV(B) | 53.19º | 0.64% | 0.86% | - |
| XYZ | 52.52 | 58.97 | 16.01 | - |
| YUV | 194.53 | 62.8 | 146.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 204 | 79 | 0 | 0.07 | 0.64 | 0.14 | 53.19 | 0.67 | 0.59 |
| Hex | DC | CC | 4F | 0 | 7 | 40 | E | 35 | 43 | 3B |
| Octal | 334 | 314 | 117 | 0 | 7 | 100 | 16 | 65 | 103 | 73 |
| Binary | 11011100 | 11001100 | 1001111 | 0 | 111 | 1000000 | 1110 | 110101 | 1000011 | 111011 |
Color Harmonies of #DCCC4F
Complementary color
Monochromatic Colors of #DCCC4F
Black with #DCCC4F
Text Example
Text Example
White with #DCCC4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCCC4F; }
p { color: rgb(220,204,79); }
H1.HeaderClassName
{
color: #DCCC4F;
}
.AnyTagClassName
{
color: #DCCC4F;
}
</style>
background-color css
<style>
a { background-color: #DCCC4F; }
a { background-color: rgb(220,204,79); }
div.DivClassName
{
background-color: #DCCC4F;
}
.BgClassName
{
background-color: #DCCC4F;
}
</style>
border-color css
<style>
span { border-color: #DCCC4F; }
span { border-color: rgb(220,204,79); }
td.TdClassName
{
border-color: #DCCC4F;
}
.TagClassName
{
border-color: #DCCC4F;
}
</style>