Shades of Confetti #DDCC54
Tints of Confetti #DDCC54
RGB
CMYK
RGB Variations
Color information
#DDCC54 (or 0xDDCC54) is known color: Confetti. HEX triplet: DD, CC and 54. RGB value is (221,204,84). Sum of RGB (Red+Green+Blue) = 221+204+84=509 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.42% from 509); Green value is 204 (80.08% from 255 or 40.08% from 509); Blue value is 84 (33.20% from 255 or 16.50% from 509); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCC54 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDCC54 is #2233AB. Grayscale: #C3C3C3. Windows color (decimal): -2241452 or 5557469. OLE color: 5557469.
HSL color Cylindrical-coordinate representation of color #DDCC54: hue angle of 52.55º 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 #DDCC54 is Cyan = 0, Magento = 0.08, Yellow = 0.62 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 204 | 84 | - |
| CMYK | 0 | 0.08 | 0.62 | 0.13 |
| HSL | 52.55º | 0.67% | 0.6% | - |
| HSV(B) | 52.55º | 0.62% | 0.87% | - |
| XYZ | 53.01 | 59.2 | 17.02 | - |
| YUV | 195.4 | 65.13 | 146.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 204 | 84 | 0 | 0.08 | 0.62 | 0.13 | 52.55 | 0.67 | 0.6 |
| Hex | DD | CC | 54 | 0 | 8 | 3E | D | 35 | 43 | 3C |
| Octal | 335 | 314 | 124 | 0 | 10 | 76 | 15 | 65 | 103 | 74 |
| Binary | 11011101 | 11001100 | 1010100 | 0 | 1000 | 111110 | 1101 | 110101 | 1000011 | 111100 |
Color Harmonies of #DDCC54
Complementary color
Monochromatic Colors of #DDCC54
Black with #DDCC54
Text Example
Text Example
White with #DDCC54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDCC54; }
p { color: rgb(221,204,84); }
H1.HeaderClassName
{
color: #DDCC54;
}
.AnyTagClassName
{
color: #DDCC54;
}
</style>
background-color css
<style>
a { background-color: #DDCC54; }
a { background-color: rgb(221,204,84); }
div.DivClassName
{
background-color: #DDCC54;
}
.BgClassName
{
background-color: #DDCC54;
}
</style>
border-color css
<style>
span { border-color: #DDCC54; }
span { border-color: rgb(221,204,84); }
td.TdClassName
{
border-color: #DDCC54;
}
.TagClassName
{
border-color: #DDCC54;
}
</style>