Shades of Confetti #DFC945
Tints of Confetti #DFC945
RGB
CMYK
RGB Variations
Color information
#DFC945 (or 0xDFC945) is known color: Confetti. HEX triplet: DF, C9 and 45. RGB value is (223,201,69). Sum of RGB (Red+Green+Blue) = 223+201+69=493 (65% of max value = 765). Red value is 223 (87.5% from 255 or 45.23% from 493); Green value is 201 (78.91% from 255 or 40.77% from 493); Blue value is 69 (27.34% from 255 or 14.00% from 493); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC945 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFC945 is #2036BA. Grayscale: #C1C1C1. Windows color (decimal): -2111163 or 4573663. OLE color: 4573663.
HSL color Cylindrical-coordinate representation of color #DFC945: hue angle of 51.43º 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 #DFC945 is Cyan = 0, Magento = 0.10, Yellow = 0.69 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 201 | 69 | - |
| CMYK | 0 | 0.10 | 0.69 | 0.13 |
| HSL | 51.43º | 0.71% | 0.57% | - |
| HSV(B) | 51.43º | 0.69% | 0.87% | - |
| XYZ | 52.39 | 57.89 | 14.04 | - |
| YUV | 192.53 | 58.29 | 149.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 201 | 69 | 0 | 0.10 | 0.69 | 0.13 | 51.43 | 0.71 | 0.57 |
| Hex | DF | C9 | 45 | 0 | A | 45 | D | 33 | 47 | 39 |
| Octal | 337 | 311 | 105 | 0 | 12 | 105 | 15 | 63 | 107 | 71 |
| Binary | 11011111 | 11001001 | 1000101 | 0 | 1010 | 1000101 | 1101 | 110011 | 1000111 | 111001 |
Color Harmonies of #DFC945
Complementary color
Monochromatic Colors of #DFC945
Black with #DFC945
Text Example
Text Example
White with #DFC945
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC945; }
p { color: rgb(223,201,69); }
H1.HeaderClassName
{
color: #DFC945;
}
.AnyTagClassName
{
color: #DFC945;
}
</style>
background-color css
<style>
a { background-color: #DFC945; }
a { background-color: rgb(223,201,69); }
div.DivClassName
{
background-color: #DFC945;
}
.BgClassName
{
background-color: #DFC945;
}
</style>
border-color css
<style>
span { border-color: #DFC945; }
span { border-color: rgb(223,201,69); }
td.TdClassName
{
border-color: #DFC945;
}
.TagClassName
{
border-color: #DFC945;
}
</style>