Shades of Confetti #DDC541
Tints of Confetti #DDC541
RGB
CMYK
RGB Variations
Color information
#DDC541 (or 0xDDC541) is known color: Confetti. HEX triplet: DD, C5 and 41. RGB value is (221,197,65). Sum of RGB (Red+Green+Blue) = 221+197+65=483 (63% of max value = 765). Red value is 221 (86.72% from 255 or 45.76% from 483); Green value is 197 (77.34% from 255 or 40.79% from 483); Blue value is 65 (25.78% from 255 or 13.46% from 483); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC541 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDC541 is #223ABE. Grayscale: #BDBDBD. Windows color (decimal): -2243263 or 4310493. OLE color: 4310493.
HSL color Cylindrical-coordinate representation of color #DDC541: hue angle of 50.77º 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 #DDC541 is Cyan = 0, Magento = 0.11, Yellow = 0.71 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 197 | 65 | - |
| CMYK | 0 | 0.11 | 0.71 | 0.13 |
| HSL | 50.77º | 0.7% | 0.56% | - |
| HSV(B) | 50.77º | 0.71% | 0.87% | - |
| XYZ | 50.74 | 55.69 | 13.08 | - |
| YUV | 189.13 | 57.95 | 150.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 197 | 65 | 0 | 0.11 | 0.71 | 0.13 | 50.77 | 0.7 | 0.56 |
| Hex | DD | C5 | 41 | 0 | B | 47 | D | 33 | 46 | 38 |
| Octal | 335 | 305 | 101 | 0 | 13 | 107 | 15 | 63 | 106 | 70 |
| Binary | 11011101 | 11000101 | 1000001 | 0 | 1011 | 1000111 | 1101 | 110011 | 1000110 | 111000 |
Color Harmonies of #DDC541
Complementary color
Monochromatic Colors of #DDC541
Black with #DDC541
Text Example
Text Example
White with #DDC541
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC541; }
p { color: rgb(221,197,65); }
H1.HeaderClassName
{
color: #DDC541;
}
.AnyTagClassName
{
color: #DDC541;
}
</style>
background-color css
<style>
a { background-color: #DDC541; }
a { background-color: rgb(221,197,65); }
div.DivClassName
{
background-color: #DDC541;
}
.BgClassName
{
background-color: #DDC541;
}
</style>
border-color css
<style>
span { border-color: #DDC541; }
span { border-color: rgb(221,197,65); }
td.TdClassName
{
border-color: #DDC541;
}
.TagClassName
{
border-color: #DDC541;
}
</style>