Shades of Confetti #DDC742
Tints of Confetti #DDC742
RGB
CMYK
RGB Variations
Color information
#DDC742 (or 0xDDC742) is known color: Confetti. HEX triplet: DD, C7 and 42. RGB value is (221,199,66). Sum of RGB (Red+Green+Blue) = 221+199+66=486 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.47% from 486); Green value is 199 (78.12% from 255 or 40.95% from 486); Blue value is 66 (26.17% from 255 or 13.58% from 486); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC742 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDC742 is #2238BD. Grayscale: #BEBEBE. Windows color (decimal): -2242750 or 4376541. OLE color: 4376541.
HSL color Cylindrical-coordinate representation of color #DDC742: hue angle of 51.48º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DDC742 is Cyan = 0, Magento = 0.10, Yellow = 0.70 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 199 | 66 | - |
| CMYK | 0 | 0.10 | 0.70 | 0.13 |
| HSL | 51.48º | 0.7% | 0.56% | - |
| HSV(B) | 51.48º | 0.7% | 0.87% | - |
| XYZ | 51.23 | 56.61 | 13.38 | - |
| YUV | 190.42 | 57.79 | 149.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 199 | 66 | 0 | 0.10 | 0.70 | 0.13 | 51.48 | 0.7 | 0.56 |
| Hex | DD | C7 | 42 | 0 | A | 46 | D | 33 | 46 | 38 |
| Octal | 335 | 307 | 102 | 0 | 12 | 106 | 15 | 63 | 106 | 70 |
| Binary | 11011101 | 11000111 | 1000010 | 0 | 1010 | 1000110 | 1101 | 110011 | 1000110 | 111000 |
Color Harmonies of #DDC742
Complementary color
Monochromatic Colors of #DDC742
Black with #DDC742
Text Example
Text Example
White with #DDC742
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC742; }
p { color: rgb(221,199,66); }
H1.HeaderClassName
{
color: #DDC742;
}
.AnyTagClassName
{
color: #DDC742;
}
</style>
background-color css
<style>
a { background-color: #DDC742; }
a { background-color: rgb(221,199,66); }
div.DivClassName
{
background-color: #DDC742;
}
.BgClassName
{
background-color: #DDC742;
}
</style>
border-color css
<style>
span { border-color: #DDC742; }
span { border-color: rgb(221,199,66); }
td.TdClassName
{
border-color: #DDC742;
}
.TagClassName
{
border-color: #DDC742;
}
</style>