Shades of Confetti #DCCD54
Tints of Confetti #DCCD54
RGB
CMYK
RGB Variations
Color information
#DCCD54 (or 0xDCCD54) is known color: Confetti. HEX triplet: DC, CD and 54. RGB value is (220,205,84). Sum of RGB (Red+Green+Blue) = 220+205+84=509 (67% of max value = 765). Red value is 220 (86.33% from 255 or 43.22% from 509); Green value is 205 (80.47% from 255 or 40.28% from 509); Blue value is 84 (33.20% from 255 or 16.50% from 509); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCD54 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCCD54 is #2332AB. Grayscale: #C4C4C4. Windows color (decimal): -2306732 or 5557724. OLE color: 5557724.
HSL color Cylindrical-coordinate representation of color #DCCD54: hue angle of 53.38º 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 #DCCD54 is Cyan = 0, Magento = 0.07, Yellow = 0.62 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 205 | 84 | - |
| CMYK | 0 | 0.07 | 0.62 | 0.14 |
| HSL | 53.38º | 0.66% | 0.6% | - |
| HSV(B) | 53.38º | 0.62% | 0.86% | - |
| XYZ | 52.95 | 59.52 | 17.09 | - |
| YUV | 195.69 | 64.97 | 145.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 205 | 84 | 0 | 0.07 | 0.62 | 0.14 | 53.38 | 0.66 | 0.6 |
| Hex | DC | CD | 54 | 0 | 7 | 3E | E | 35 | 42 | 3C |
| Octal | 334 | 315 | 124 | 0 | 7 | 76 | 16 | 65 | 102 | 74 |
| Binary | 11011100 | 11001101 | 1010100 | 0 | 111 | 111110 | 1110 | 110101 | 1000010 | 111100 |
Color Harmonies of #DCCD54
Complementary color
Monochromatic Colors of #DCCD54
Black with #DCCD54
Text Example
Text Example
White with #DCCD54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCCD54; }
p { color: rgb(220,205,84); }
H1.HeaderClassName
{
color: #DCCD54;
}
.AnyTagClassName
{
color: #DCCD54;
}
</style>
background-color css
<style>
a { background-color: #DCCD54; }
a { background-color: rgb(220,205,84); }
div.DivClassName
{
background-color: #DCCD54;
}
.BgClassName
{
background-color: #DCCD54;
}
</style>
border-color css
<style>
span { border-color: #DCCD54; }
span { border-color: rgb(220,205,84); }
td.TdClassName
{
border-color: #DCCD54;
}
.TagClassName
{
border-color: #DCCD54;
}
</style>