Shades of Confetti #DFC94D
Tints of Confetti #DFC94D
RGB
CMYK
RGB Variations
Color information
#DFC94D (or 0xDFC94D) is known color: Confetti. HEX triplet: DF, C9 and 4D. RGB value is (223,201,77). Sum of RGB (Red+Green+Blue) = 223+201+77=501 (66% of max value = 765). Red value is 223 (87.5% from 255 or 44.51% from 501); Green value is 201 (78.91% from 255 or 40.12% from 501); Blue value is 77 (30.47% from 255 or 15.37% from 501); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC94D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFC94D is #2036B2. Grayscale: #C1C1C1. Windows color (decimal): -2111155 or 5097951. OLE color: 5097951.
HSL color Cylindrical-coordinate representation of color #DFC94D: hue angle of 50.96º degrees, saturation: 0.7, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #DFC94D is Cyan = 0, Magento = 0.10, Yellow = 0.65 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 201 | 77 | - |
| CMYK | 0 | 0.10 | 0.65 | 0.13 |
| HSL | 50.96º | 0.7% | 0.59% | - |
| HSV(B) | 50.96º | 0.65% | 0.87% | - |
| XYZ | 52.66 | 58 | 15.44 | - |
| YUV | 193.44 | 62.29 | 149.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 201 | 77 | 0 | 0.10 | 0.65 | 0.13 | 50.96 | 0.7 | 0.59 |
| Hex | DF | C9 | 4D | 0 | A | 41 | D | 33 | 46 | 3B |
| Octal | 337 | 311 | 115 | 0 | 12 | 101 | 15 | 63 | 106 | 73 |
| Binary | 11011111 | 11001001 | 1001101 | 0 | 1010 | 1000001 | 1101 | 110011 | 1000110 | 111011 |
Color Harmonies of #DFC94D
Complementary color
Monochromatic Colors of #DFC94D
Black with #DFC94D
Text Example
Text Example
White with #DFC94D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC94D; }
p { color: rgb(223,201,77); }
H1.HeaderClassName
{
color: #DFC94D;
}
.AnyTagClassName
{
color: #DFC94D;
}
</style>
background-color css
<style>
a { background-color: #DFC94D; }
a { background-color: rgb(223,201,77); }
div.DivClassName
{
background-color: #DFC94D;
}
.BgClassName
{
background-color: #DFC94D;
}
</style>
border-color css
<style>
span { border-color: #DFC94D; }
span { border-color: rgb(223,201,77); }
td.TdClassName
{
border-color: #DFC94D;
}
.TagClassName
{
border-color: #DFC94D;
}
</style>