Shades of Confetti #DDCF4C
Tints of Confetti #DDCF4C
RGB
CMYK
RGB Variations
Color information
#DDCF4C (or 0xDDCF4C) is known color: Confetti. HEX triplet: DD, CF and 4C. RGB value is (221,207,76). Sum of RGB (Red+Green+Blue) = 221+207+76=504 (66% of max value = 765). Red value is 221 (86.72% from 255 or 43.85% from 504); Green value is 207 (81.25% from 255 or 41.07% from 504); Blue value is 76 (30.08% from 255 or 15.08% from 504); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCF4C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDCF4C is #2230B3. Grayscale: #C4C4C4. Windows color (decimal): -2240692 or 5033949. OLE color: 5033949.
HSL color Cylindrical-coordinate representation of color #DDCF4C: hue angle of 54.21º 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 #DDCF4C is Cyan = 0, Magento = 0.06, Yellow = 0.66 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 207 | 76 | - |
| CMYK | 0 | 0.06 | 0.66 | 0.13 |
| HSL | 54.21º | 0.68% | 0.58% | - |
| HSV(B) | 54.21º | 0.66% | 0.87% | - |
| XYZ | 53.44 | 60.52 | 15.7 | - |
| YUV | 196.25 | 60.14 | 145.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 207 | 76 | 0 | 0.06 | 0.66 | 0.13 | 54.21 | 0.68 | 0.58 |
| Hex | DD | CF | 4C | 0 | 6 | 42 | D | 36 | 44 | 3A |
| Octal | 335 | 317 | 114 | 0 | 6 | 102 | 15 | 66 | 104 | 72 |
| Binary | 11011101 | 11001111 | 1001100 | 0 | 110 | 1000010 | 1101 | 110110 | 1000100 | 111010 |
Color Harmonies of #DDCF4C
Complementary color
Monochromatic Colors of #DDCF4C
Black with #DDCF4C
Text Example
Text Example
White with #DDCF4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDCF4C; }
p { color: rgb(221,207,76); }
H1.HeaderClassName
{
color: #DDCF4C;
}
.AnyTagClassName
{
color: #DDCF4C;
}
</style>
background-color css
<style>
a { background-color: #DDCF4C; }
a { background-color: rgb(221,207,76); }
div.DivClassName
{
background-color: #DDCF4C;
}
.BgClassName
{
background-color: #DDCF4C;
}
</style>
border-color css
<style>
span { border-color: #DDCF4C; }
span { border-color: rgb(221,207,76); }
td.TdClassName
{
border-color: #DDCF4C;
}
.TagClassName
{
border-color: #DDCF4C;
}
</style>