Shades of Confetti #DDC44B
Tints of Confetti #DDC44B
RGB
CMYK
RGB Variations
Color information
#DDC44B (or 0xDDC44B) is known color: Confetti. HEX triplet: DD, C4 and 4B. RGB value is (221,196,75). Sum of RGB (Red+Green+Blue) = 221+196+75=492 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.92% from 492); Green value is 196 (76.95% from 255 or 39.84% from 492); Blue value is 75 (29.69% from 255 or 15.24% from 492); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC44B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDC44B is #223BB4. Grayscale: #BEBEBE. Windows color (decimal): -2243509 or 4965597. OLE color: 4965597.
HSL color Cylindrical-coordinate representation of color #DDC44B: hue angle of 49.73º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #DDC44B is Cyan = 0, Magento = 0.11, Yellow = 0.66 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 196 | 75 | - |
| CMYK | 0 | 0.11 | 0.66 | 0.13 |
| HSL | 49.73º | 0.68% | 0.58% | - |
| HSV(B) | 49.73º | 0.66% | 0.87% | - |
| XYZ | 50.83 | 55.36 | 14.66 | - |
| YUV | 189.68 | 63.28 | 150.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 196 | 75 | 0 | 0.11 | 0.66 | 0.13 | 49.73 | 0.68 | 0.58 |
| Hex | DD | C4 | 4B | 0 | B | 42 | D | 32 | 44 | 3A |
| Octal | 335 | 304 | 113 | 0 | 13 | 102 | 15 | 62 | 104 | 72 |
| Binary | 11011101 | 11000100 | 1001011 | 0 | 1011 | 1000010 | 1101 | 110010 | 1000100 | 111010 |
Color Harmonies of #DDC44B
Complementary color
Monochromatic Colors of #DDC44B
Black with #DDC44B
Text Example
Text Example
White with #DDC44B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC44B; }
p { color: rgb(221,196,75); }
H1.HeaderClassName
{
color: #DDC44B;
}
.AnyTagClassName
{
color: #DDC44B;
}
</style>
background-color css
<style>
a { background-color: #DDC44B; }
a { background-color: rgb(221,196,75); }
div.DivClassName
{
background-color: #DDC44B;
}
.BgClassName
{
background-color: #DDC44B;
}
</style>
border-color css
<style>
span { border-color: #DDC44B; }
span { border-color: rgb(221,196,75); }
td.TdClassName
{
border-color: #DDC44B;
}
.TagClassName
{
border-color: #DDC44B;
}
</style>