Shades of Confetti #DDC64A
Tints of Confetti #DDC64A
RGB
CMYK
RGB Variations
Color information
#DDC64A (or 0xDDC64A) is known color: Confetti. HEX triplet: DD, C6 and 4A. RGB value is (221,198,74). Sum of RGB (Red+Green+Blue) = 221+198+74=493 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.83% from 493); Green value is 198 (77.73% from 255 or 40.16% from 493); Blue value is 74 (29.30% from 255 or 15.01% from 493); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC64A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDC64A is #2239B5. Grayscale: #BFBFBF. Windows color (decimal): -2242998 or 4900573. OLE color: 4900573.
HSL color Cylindrical-coordinate representation of color #DDC64A: hue angle of 50.61º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #DDC64A is Cyan = 0, Magento = 0.10, Yellow = 0.67 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 198 | 74 | - |
| CMYK | 0 | 0.10 | 0.67 | 0.13 |
| HSL | 50.61º | 0.68% | 0.58% | - |
| HSV(B) | 50.61º | 0.67% | 0.87% | - |
| XYZ | 51.25 | 56.25 | 14.64 | - |
| YUV | 190.74 | 62.12 | 149.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 198 | 74 | 0 | 0.10 | 0.67 | 0.13 | 50.61 | 0.68 | 0.58 |
| Hex | DD | C6 | 4A | 0 | A | 43 | D | 33 | 44 | 3A |
| Octal | 335 | 306 | 112 | 0 | 12 | 103 | 15 | 63 | 104 | 72 |
| Binary | 11011101 | 11000110 | 1001010 | 0 | 1010 | 1000011 | 1101 | 110011 | 1000100 | 111010 |
Color Harmonies of #DDC64A
Complementary color
Monochromatic Colors of #DDC64A
Black with #DDC64A
Text Example
Text Example
White with #DDC64A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC64A; }
p { color: rgb(221,198,74); }
H1.HeaderClassName
{
color: #DDC64A;
}
.AnyTagClassName
{
color: #DDC64A;
}
</style>
background-color css
<style>
a { background-color: #DDC64A; }
a { background-color: rgb(221,198,74); }
div.DivClassName
{
background-color: #DDC64A;
}
.BgClassName
{
background-color: #DDC64A;
}
</style>
border-color css
<style>
span { border-color: #DDC64A; }
span { border-color: rgb(221,198,74); }
td.TdClassName
{
border-color: #DDC64A;
}
.TagClassName
{
border-color: #DDC64A;
}
</style>