Shades of Confetti #DDC948
Tints of Confetti #DDC948
RGB
CMYK
RGB Variations
Color information
#DDC948 (or 0xDDC948) is known color: Confetti. HEX triplet: DD, C9 and 48. RGB value is (221,201,72). Sum of RGB (Red+Green+Blue) = 221+201+72=494 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.74% from 494); Green value is 201 (78.91% from 255 or 40.69% from 494); Blue value is 72 (28.52% from 255 or 14.57% from 494); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC948 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDC948 is #2236B7. Grayscale: #C0C0C0. Windows color (decimal): -2242232 or 4770269. OLE color: 4770269.
HSL color Cylindrical-coordinate representation of color #DDC948: hue angle of 51.95º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #DDC948 is Cyan = 0, Magento = 0.09, Yellow = 0.67 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 201 | 72 | - |
| CMYK | 0 | 0.09 | 0.67 | 0.13 |
| HSL | 51.95º | 0.69% | 0.57% | - |
| HSV(B) | 51.95º | 0.67% | 0.87% | - |
| XYZ | 51.88 | 57.61 | 14.52 | - |
| YUV | 192.27 | 60.13 | 148.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 201 | 72 | 0 | 0.09 | 0.67 | 0.13 | 51.95 | 0.69 | 0.57 |
| Hex | DD | C9 | 48 | 0 | 9 | 43 | D | 34 | 45 | 39 |
| Octal | 335 | 311 | 110 | 0 | 11 | 103 | 15 | 64 | 105 | 71 |
| Binary | 11011101 | 11001001 | 1001000 | 0 | 1001 | 1000011 | 1101 | 110100 | 1000101 | 111001 |
Color Harmonies of #DDC948
Complementary color
Monochromatic Colors of #DDC948
Black with #DDC948
Text Example
Text Example
White with #DDC948
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC948; }
p { color: rgb(221,201,72); }
H1.HeaderClassName
{
color: #DDC948;
}
.AnyTagClassName
{
color: #DDC948;
}
</style>
background-color css
<style>
a { background-color: #DDC948; }
a { background-color: rgb(221,201,72); }
div.DivClassName
{
background-color: #DDC948;
}
.BgClassName
{
background-color: #DDC948;
}
</style>
border-color css
<style>
span { border-color: #DDC948; }
span { border-color: rgb(221,201,72); }
td.TdClassName
{
border-color: #DDC948;
}
.TagClassName
{
border-color: #DDC948;
}
</style>