Shades of Confetti #DDC84A
Tints of Confetti #DDC84A
RGB
CMYK
RGB Variations
Color information
#DDC84A (or 0xDDC84A) is known color: Confetti. HEX triplet: DD, C8 and 4A. RGB value is (221,200,74). Sum of RGB (Red+Green+Blue) = 221+200+74=495 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.65% from 495); Green value is 200 (78.52% from 255 or 40.40% from 495); Blue value is 74 (29.30% from 255 or 14.95% from 495); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC84A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDC84A is #2237B5. Grayscale: #C0C0C0. Windows color (decimal): -2242486 or 4901085. OLE color: 4901085.
HSL color Cylindrical-coordinate representation of color #DDC84A: hue angle of 51.43º 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 #DDC84A is Cyan = 0, Magento = 0.10, Yellow = 0.67 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 200 | 74 | - |
| CMYK | 0 | 0.10 | 0.67 | 0.13 |
| HSL | 51.43º | 0.68% | 0.58% | - |
| HSV(B) | 51.43º | 0.67% | 0.87% | - |
| XYZ | 51.71 | 57.18 | 14.79 | - |
| YUV | 191.92 | 61.46 | 148.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 200 | 74 | 0 | 0.10 | 0.67 | 0.13 | 51.43 | 0.68 | 0.58 |
| Hex | DD | C8 | 4A | 0 | A | 43 | D | 33 | 44 | 3A |
| Octal | 335 | 310 | 112 | 0 | 12 | 103 | 15 | 63 | 104 | 72 |
| Binary | 11011101 | 11001000 | 1001010 | 0 | 1010 | 1000011 | 1101 | 110011 | 1000100 | 111010 |
Color Harmonies of #DDC84A
Complementary color
Monochromatic Colors of #DDC84A
Black with #DDC84A
Text Example
Text Example
White with #DDC84A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC84A; }
p { color: rgb(221,200,74); }
H1.HeaderClassName
{
color: #DDC84A;
}
.AnyTagClassName
{
color: #DDC84A;
}
</style>
background-color css
<style>
a { background-color: #DDC84A; }
a { background-color: rgb(221,200,74); }
div.DivClassName
{
background-color: #DDC84A;
}
.BgClassName
{
background-color: #DDC84A;
}
</style>
border-color css
<style>
span { border-color: #DDC84A; }
span { border-color: rgb(221,200,74); }
td.TdClassName
{
border-color: #DDC84A;
}
.TagClassName
{
border-color: #DDC84A;
}
</style>