Shades of Confetti #DCCC54
Tints of Confetti #DCCC54
RGB
CMYK
RGB Variations
Color information
#DCCC54 (or 0xDCCC54) is known color: Confetti. HEX triplet: DC, CC and 54. RGB value is (220,204,84). Sum of RGB (Red+Green+Blue) = 220+204+84=508 (67% of max value = 765). Red value is 220 (86.33% from 255 or 43.31% from 508); Green value is 204 (80.08% from 255 or 40.16% from 508); Blue value is 84 (33.20% from 255 or 16.54% from 508); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCC54 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCCC54 is #2333AB. Grayscale: #C3C3C3. Windows color (decimal): -2306988 or 5557468. OLE color: 5557468.
HSL color Cylindrical-coordinate representation of color #DCCC54: hue angle of 52.94º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #DCCC54 is Cyan = 0, Magento = 0.07, Yellow = 0.62 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 204 | 84 | - |
| CMYK | 0 | 0.07 | 0.62 | 0.14 |
| HSL | 52.94º | 0.66% | 0.6% | - |
| HSV(B) | 52.94º | 0.62% | 0.86% | - |
| XYZ | 52.71 | 59.04 | 17.01 | - |
| YUV | 195.1 | 65.3 | 145.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 204 | 84 | 0 | 0.07 | 0.62 | 0.14 | 52.94 | 0.66 | 0.6 |
| Hex | DC | CC | 54 | 0 | 7 | 3E | E | 35 | 42 | 3C |
| Octal | 334 | 314 | 124 | 0 | 7 | 76 | 16 | 65 | 102 | 74 |
| Binary | 11011100 | 11001100 | 1010100 | 0 | 111 | 111110 | 1110 | 110101 | 1000010 | 111100 |
Color Harmonies of #DCCC54
Complementary color
Monochromatic Colors of #DCCC54
Black with #DCCC54
Text Example
Text Example
White with #DCCC54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCCC54; }
p { color: rgb(220,204,84); }
H1.HeaderClassName
{
color: #DCCC54;
}
.AnyTagClassName
{
color: #DCCC54;
}
</style>
background-color css
<style>
a { background-color: #DCCC54; }
a { background-color: rgb(220,204,84); }
div.DivClassName
{
background-color: #DCCC54;
}
.BgClassName
{
background-color: #DCCC54;
}
</style>
border-color css
<style>
span { border-color: #DCCC54; }
span { border-color: rgb(220,204,84); }
td.TdClassName
{
border-color: #DCCC54;
}
.TagClassName
{
border-color: #DCCC54;
}
</style>