Shades of Confetti #DDCD54
Tints of Confetti #DDCD54
RGB
CMYK
RGB Variations
Color information
#DDCD54 (or 0xDDCD54) is known color: Confetti. HEX triplet: DD, CD and 54. RGB value is (221,205,84). Sum of RGB (Red+Green+Blue) = 221+205+84=510 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.33% from 510); Green value is 205 (80.47% from 255 or 40.20% from 510); Blue value is 84 (33.20% from 255 or 16.47% from 510); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCD54 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDCD54 is #2232AB. Grayscale: #C4C4C4. Windows color (decimal): -2241196 or 5557725. OLE color: 5557725.
HSL color Cylindrical-coordinate representation of color #DDCD54: hue angle of 52.99º degrees, saturation: 0.67, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #DDCD54 is Cyan = 0, Magento = 0.07, Yellow = 0.62 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 205 | 84 | - |
| CMYK | 0 | 0.07 | 0.62 | 0.13 |
| HSL | 52.99º | 0.67% | 0.6% | - |
| HSV(B) | 52.99º | 0.62% | 0.87% | - |
| XYZ | 53.25 | 59.67 | 17.1 | - |
| YUV | 195.99 | 64.8 | 145.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 205 | 84 | 0 | 0.07 | 0.62 | 0.13 | 52.99 | 0.67 | 0.6 |
| Hex | DD | CD | 54 | 0 | 7 | 3E | D | 35 | 43 | 3C |
| Octal | 335 | 315 | 124 | 0 | 7 | 76 | 15 | 65 | 103 | 74 |
| Binary | 11011101 | 11001101 | 1010100 | 0 | 111 | 111110 | 1101 | 110101 | 1000011 | 111100 |
Color Harmonies of #DDCD54
Complementary color
Monochromatic Colors of #DDCD54
Black with #DDCD54
Text Example
Text Example
White with #DDCD54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDCD54; }
p { color: rgb(221,205,84); }
H1.HeaderClassName
{
color: #DDCD54;
}
.AnyTagClassName
{
color: #DDCD54;
}
</style>
background-color css
<style>
a { background-color: #DDCD54; }
a { background-color: rgb(221,205,84); }
div.DivClassName
{
background-color: #DDCD54;
}
.BgClassName
{
background-color: #DDCD54;
}
</style>
border-color css
<style>
span { border-color: #DDCD54; }
span { border-color: rgb(221,205,84); }
td.TdClassName
{
border-color: #DDCD54;
}
.TagClassName
{
border-color: #DDCD54;
}
</style>