Shades of Confetti #DFD245
Tints of Confetti #DFD245
RGB
CMYK
RGB Variations
Color information
#DFD245 (or 0xDFD245) is known color: Confetti. HEX triplet: DF, D2 and 45. RGB value is (223,210,69). Sum of RGB (Red+Green+Blue) = 223+210+69=502 (66% of max value = 765). Red value is 223 (87.5% from 255 or 44.42% from 502); Green value is 210 (82.42% from 255 or 41.83% from 502); Blue value is 69 (27.34% from 255 or 13.75% from 502); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD245 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFD245 is #202DBA. Grayscale: #C6C6C6. Windows color (decimal): -2108859 or 4575967. OLE color: 4575967.
HSL color Cylindrical-coordinate representation of color #DFD245: hue angle of 54.94º 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 #DFD245 is Cyan = 0, Magento = 0.06, Yellow = 0.69 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 210 | 69 | - |
| CMYK | 0 | 0.06 | 0.69 | 0.13 |
| HSL | 54.94º | 0.71% | 0.57% | - |
| HSV(B) | 54.94º | 0.69% | 0.87% | - |
| XYZ | 54.55 | 62.21 | 14.76 | - |
| YUV | 197.81 | 55.31 | 145.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 210 | 69 | 0 | 0.06 | 0.69 | 0.13 | 54.94 | 0.71 | 0.57 |
| Hex | DF | D2 | 45 | 0 | 6 | 45 | D | 37 | 47 | 39 |
| Octal | 337 | 322 | 105 | 0 | 6 | 105 | 15 | 67 | 107 | 71 |
| Binary | 11011111 | 11010010 | 1000101 | 0 | 110 | 1000101 | 1101 | 110111 | 1000111 | 111001 |
Color Harmonies of #DFD245
Complementary color
Monochromatic Colors of #DFD245
Black with #DFD245
Text Example
Text Example
White with #DFD245
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFD245; }
p { color: rgb(223,210,69); }
H1.HeaderClassName
{
color: #DFD245;
}
.AnyTagClassName
{
color: #DFD245;
}
</style>
background-color css
<style>
a { background-color: #DFD245; }
a { background-color: rgb(223,210,69); }
div.DivClassName
{
background-color: #DFD245;
}
.BgClassName
{
background-color: #DFD245;
}
</style>
border-color css
<style>
span { border-color: #DFD245; }
span { border-color: rgb(223,210,69); }
td.TdClassName
{
border-color: #DFD245;
}
.TagClassName
{
border-color: #DFD245;
}
</style>