Shades of Confetti #DDC73F
Tints of Confetti #DDC73F
RGB
CMYK
RGB Variations
Color information
#DDC73F (or 0xDDC73F) is known color: Confetti. HEX triplet: DD, C7 and 3F. RGB value is (221,199,63). Sum of RGB (Red+Green+Blue) = 221+199+63=483 (63% of max value = 765). Red value is 221 (86.72% from 255 or 45.76% from 483); Green value is 199 (78.12% from 255 or 41.20% from 483); Blue value is 63 (25% from 255 or 13.04% from 483); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC73F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDC73F is #2238C0. Grayscale: #BEBEBE. Windows color (decimal): -2242753 or 4179933. OLE color: 4179933.
HSL color Cylindrical-coordinate representation of color #DDC73F: hue angle of 51.65º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DDC73F is Cyan = 0, Magento = 0.10, Yellow = 0.71 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 199 | 63 | - |
| CMYK | 0 | 0.10 | 0.71 | 0.13 |
| HSL | 51.65º | 0.7% | 0.56% | - |
| HSV(B) | 51.65º | 0.71% | 0.87% | - |
| XYZ | 51.14 | 56.58 | 12.93 | - |
| YUV | 190.07 | 56.29 | 150.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 199 | 63 | 0 | 0.10 | 0.71 | 0.13 | 51.65 | 0.7 | 0.56 |
| Hex | DD | C7 | 3F | 0 | A | 47 | D | 34 | 46 | 38 |
| Octal | 335 | 307 | 77 | 0 | 12 | 107 | 15 | 64 | 106 | 70 |
| Binary | 11011101 | 11000111 | 111111 | 0 | 1010 | 1000111 | 1101 | 110100 | 1000110 | 111000 |
Color Harmonies of #DDC73F
Complementary color
Monochromatic Colors of #DDC73F
Black with #DDC73F
Text Example
Text Example
White with #DDC73F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC73F; }
p { color: rgb(221,199,63); }
H1.HeaderClassName
{
color: #DDC73F;
}
.AnyTagClassName
{
color: #DDC73F;
}
</style>
background-color css
<style>
a { background-color: #DDC73F; }
a { background-color: rgb(221,199,63); }
div.DivClassName
{
background-color: #DDC73F;
}
.BgClassName
{
background-color: #DDC73F;
}
</style>
border-color css
<style>
span { border-color: #DDC73F; }
span { border-color: rgb(221,199,63); }
td.TdClassName
{
border-color: #DDC73F;
}
.TagClassName
{
border-color: #DDC73F;
}
</style>