Shades of Confetti #DDCC56
Tints of Confetti #DDCC56
RGB
CMYK
RGB Variations
Color information
#DDCC56 (or 0xDDCC56) is known color: Confetti. HEX triplet: DD, CC and 56. RGB value is (221,204,86). Sum of RGB (Red+Green+Blue) = 221+204+86=511 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.25% from 511); Green value is 204 (80.08% from 255 or 39.92% from 511); Blue value is 86 (33.98% from 255 or 16.83% from 511); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCC56 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDCC56 is #2233A9. Grayscale: #C4C4C4. Windows color (decimal): -2241450 or 5688541. OLE color: 5688541.
HSL color Cylindrical-coordinate representation of color #DDCC56: hue angle of 52.44º degrees, saturation: 0.67, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #DDCC56 is Cyan = 0, Magento = 0.08, Yellow = 0.61 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 204 | 86 | - |
| CMYK | 0 | 0.08 | 0.61 | 0.13 |
| HSL | 52.44º | 0.67% | 0.6% | - |
| HSV(B) | 52.44º | 0.61% | 0.87% | - |
| XYZ | 53.09 | 59.23 | 17.44 | - |
| YUV | 195.63 | 66.13 | 146.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 204 | 86 | 0 | 0.08 | 0.61 | 0.13 | 52.44 | 0.67 | 0.6 |
| Hex | DD | CC | 56 | 0 | 8 | 3D | D | 34 | 43 | 3C |
| Octal | 335 | 314 | 126 | 0 | 10 | 75 | 15 | 64 | 103 | 74 |
| Binary | 11011101 | 11001100 | 1010110 | 0 | 1000 | 111101 | 1101 | 110100 | 1000011 | 111100 |
Color Harmonies of #DDCC56
Complementary color
Monochromatic Colors of #DDCC56
Black with #DDCC56
Text Example
Text Example
White with #DDCC56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDCC56; }
p { color: rgb(221,204,86); }
H1.HeaderClassName
{
color: #DDCC56;
}
.AnyTagClassName
{
color: #DDCC56;
}
</style>
background-color css
<style>
a { background-color: #DDCC56; }
a { background-color: rgb(221,204,86); }
div.DivClassName
{
background-color: #DDCC56;
}
.BgClassName
{
background-color: #DDCC56;
}
</style>
border-color css
<style>
span { border-color: #DDCC56; }
span { border-color: rgb(221,204,86); }
td.TdClassName
{
border-color: #DDCC56;
}
.TagClassName
{
border-color: #DDCC56;
}
</style>