Shades of Confetti #DDC74B
Tints of Confetti #DDC74B
RGB
CMYK
RGB Variations
Color information
#DDC74B (or 0xDDC74B) is known color: Confetti. HEX triplet: DD, C7 and 4B. RGB value is (221,199,75). Sum of RGB (Red+Green+Blue) = 221+199+75=495 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.65% from 495); Green value is 199 (78.12% from 255 or 40.20% from 495); Blue value is 75 (29.69% from 255 or 15.15% from 495); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC74B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDC74B is #2238B4. Grayscale: #BFBFBF. Windows color (decimal): -2242741 or 4966365. OLE color: 4966365.
HSL color Cylindrical-coordinate representation of color #DDC74B: hue angle of 50.96º 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 #DDC74B is Cyan = 0, Magento = 0.10, Yellow = 0.66 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 199 | 75 | - |
| CMYK | 0 | 0.10 | 0.66 | 0.13 |
| HSL | 50.96º | 0.68% | 0.58% | - |
| HSV(B) | 50.96º | 0.66% | 0.87% | - |
| XYZ | 51.51 | 56.73 | 14.89 | - |
| YUV | 191.44 | 62.29 | 149.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 199 | 75 | 0 | 0.10 | 0.66 | 0.13 | 50.96 | 0.68 | 0.58 |
| Hex | DD | C7 | 4B | 0 | A | 42 | D | 33 | 44 | 3A |
| Octal | 335 | 307 | 113 | 0 | 12 | 102 | 15 | 63 | 104 | 72 |
| Binary | 11011101 | 11000111 | 1001011 | 0 | 1010 | 1000010 | 1101 | 110011 | 1000100 | 111010 |
Color Harmonies of #DDC74B
Complementary color
Monochromatic Colors of #DDC74B
Black with #DDC74B
Text Example
Text Example
White with #DDC74B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC74B; }
p { color: rgb(221,199,75); }
H1.HeaderClassName
{
color: #DDC74B;
}
.AnyTagClassName
{
color: #DDC74B;
}
</style>
background-color css
<style>
a { background-color: #DDC74B; }
a { background-color: rgb(221,199,75); }
div.DivClassName
{
background-color: #DDC74B;
}
.BgClassName
{
background-color: #DDC74B;
}
</style>
border-color css
<style>
span { border-color: #DDC74B; }
span { border-color: rgb(221,199,75); }
td.TdClassName
{
border-color: #DDC74B;
}
.TagClassName
{
border-color: #DDC74B;
}
</style>