Shades of Confetti #DFC445
Tints of Confetti #DFC445
RGB
CMYK
RGB Variations
Color information
#DFC445 (or 0xDFC445) is known color: Confetti. HEX triplet: DF, C4 and 45. RGB value is (223,196,69). Sum of RGB (Red+Green+Blue) = 223+196+69=488 (64% of max value = 765). Red value is 223 (87.5% from 255 or 45.70% from 488); Green value is 196 (76.95% from 255 or 40.16% from 488); Blue value is 69 (27.34% from 255 or 14.14% from 488); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC445 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFC445 is #203BBA. Grayscale: #BEBEBE. Windows color (decimal): -2112443 or 4572383. OLE color: 4572383.
HSL color Cylindrical-coordinate representation of color #DFC445: hue angle of 49.48º degrees, saturation: 0.71, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #DFC445 is Cyan = 0, Magento = 0.12, Yellow = 0.69 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 196 | 69 | - |
| CMYK | 0 | 0.12 | 0.69 | 0.13 |
| HSL | 49.48º | 0.71% | 0.57% | - |
| HSV(B) | 49.48º | 0.69% | 0.87% | - |
| XYZ | 51.25 | 55.6 | 13.66 | - |
| YUV | 189.6 | 59.95 | 151.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 196 | 69 | 0 | 0.12 | 0.69 | 0.13 | 49.48 | 0.71 | 0.57 |
| Hex | DF | C4 | 45 | 0 | C | 45 | D | 31 | 47 | 39 |
| Octal | 337 | 304 | 105 | 0 | 14 | 105 | 15 | 61 | 107 | 71 |
| Binary | 11011111 | 11000100 | 1000101 | 0 | 1100 | 1000101 | 1101 | 110001 | 1000111 | 111001 |
Color Harmonies of #DFC445
Complementary color
Monochromatic Colors of #DFC445
Black with #DFC445
Text Example
Text Example
White with #DFC445
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC445; }
p { color: rgb(223,196,69); }
H1.HeaderClassName
{
color: #DFC445;
}
.AnyTagClassName
{
color: #DFC445;
}
</style>
background-color css
<style>
a { background-color: #DFC445; }
a { background-color: rgb(223,196,69); }
div.DivClassName
{
background-color: #DFC445;
}
.BgClassName
{
background-color: #DFC445;
}
</style>
border-color css
<style>
span { border-color: #DFC445; }
span { border-color: rgb(223,196,69); }
td.TdClassName
{
border-color: #DFC445;
}
.TagClassName
{
border-color: #DFC445;
}
</style>