Shades of Confetti #DDCC55
Tints of Confetti #DDCC55
RGB
CMYK
RGB Variations
Color information
#DDCC55 (or 0xDDCC55) is known color: Confetti. HEX triplet: DD, CC and 55. RGB value is (221,204,85). Sum of RGB (Red+Green+Blue) = 221+204+85=510 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.33% from 510); Green value is 204 (80.08% from 255 or 40% from 510); Blue value is 85 (33.59% from 255 or 16.67% from 510); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCC55 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDCC55 is #2233AA. Grayscale: #C4C4C4. Windows color (decimal): -2241451 or 5623005. OLE color: 5623005.
HSL color Cylindrical-coordinate representation of color #DDCC55: hue angle of 52.5º 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 #DDCC55 is Cyan = 0, Magento = 0.08, Yellow = 0.62 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 204 | 85 | - |
| CMYK | 0 | 0.08 | 0.62 | 0.13 |
| HSL | 52.5º | 0.67% | 0.6% | - |
| HSV(B) | 52.5º | 0.62% | 0.87% | - |
| XYZ | 53.05 | 59.21 | 17.23 | - |
| YUV | 195.52 | 65.63 | 146.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 204 | 85 | 0 | 0.08 | 0.62 | 0.13 | 52.5 | 0.67 | 0.6 |
| Hex | DD | CC | 55 | 0 | 8 | 3E | D | 34 | 43 | 3C |
| Octal | 335 | 314 | 125 | 0 | 10 | 76 | 15 | 64 | 103 | 74 |
| Binary | 11011101 | 11001100 | 1010101 | 0 | 1000 | 111110 | 1101 | 110100 | 1000011 | 111100 |
Color Harmonies of #DDCC55
Complementary color
Monochromatic Colors of #DDCC55
Black with #DDCC55
Text Example
Text Example
White with #DDCC55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDCC55; }
p { color: rgb(221,204,85); }
H1.HeaderClassName
{
color: #DDCC55;
}
.AnyTagClassName
{
color: #DDCC55;
}
</style>
background-color css
<style>
a { background-color: #DDCC55; }
a { background-color: rgb(221,204,85); }
div.DivClassName
{
background-color: #DDCC55;
}
.BgClassName
{
background-color: #DDCC55;
}
</style>
border-color css
<style>
span { border-color: #DDCC55; }
span { border-color: rgb(221,204,85); }
td.TdClassName
{
border-color: #DDCC55;
}
.TagClassName
{
border-color: #DDCC55;
}
</style>